You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StewartPolsky
changed the title
[Mac][NavigationView] When menu is contracted icons are clipped on the right
[macOS][NavigationView] When menu is contracted icons are clipped on the right
Jul 23, 2020
So basically it means that when the display mode is "always" we should add the width of the scroll bar to the NavigationView.CompactPaneLenght. The issue is that this property is directly bound to the SplitView, so currenlty fixing this would mean either:
Authoritatively add the SB width in set (so NV.CompactPaneLenght = 100; Assert.IsTrue(NV.CompactPaneLenght == 100); would fail)
Break the compatibility with the UWP NavigationView's template by adding a special case.
Instead we will keep this as-is for now, and we will add support of the managed ScrollBar in the ScrollViewer for MacOS, which will give us greater control for the different display mode in that case.
Current behavior
Expected behavior
How to reproduce it (as minimally and precisely as possible)
Environment
Nuget Package:
Package Version(s):
Affected platform(s):
Anything else we need to know?
The text was updated successfully, but these errors were encountered: