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
Describe the bug
When no MenuItems are defined in a NavigationView the Settings (and PaneFooter if using a NavigationViewItem) do not get the PointerOver background extended to the full width of the control.
Steps to reproduce the bug
Add a NavigationView control
Do not add any MenuItems to the control only the NavigationView tag
Run the app
Expected behavior
When hovering over Settings entry at the bottom of the NavigationView, the PointerOver state shows the background of the Settings item to expand the whole width of the Navigation pane.
Screenshots
Version Info
2.4.0-prerelease.200506001 on Windows build 19041.21 running on Desktop
NuGet package version:
2.4.0-prerelease.200506001
Windows 10 version
Saw the problem?
Insider Build (xxxxx)
Yes
November 2019 Update (18363)
May 2019 Update (18362)
October 2018 Update (17763)
April 2018 Update (17134)
Fall Creators Update (16299)
Creators Update (15063)
Device form factor
Saw the problem?
Desktop
Yes
Mobile
Xbox
Surface Hub
IoT
Additional context
The text was updated successfully, but these errors were encountered:
When there are no Items it looks like the PaneContentGrid sizes to the footer items and aligns to the left instead of stretching to take the entire pane width.
When there are no Items it looks like the PaneContentGrid sizes to the footer items and aligns to the left instead of stretching to take the entire pane width.
If I remember correctly, changing that property to Stretch will break visuals in the control when the pane is in compact mode. This is due to PaneContentGrid still being full width even when in compact mode. Something to double check but I think the problem may lie somewhere else.
Describe the bug
When no MenuItems are defined in a NavigationView the Settings (and PaneFooter if using a NavigationViewItem) do not get the PointerOver background extended to the full width of the control.
Steps to reproduce the bug
Expected behavior
When hovering over Settings entry at the bottom of the NavigationView, the PointerOver state shows the background of the Settings item to expand the whole width of the Navigation pane.
Screenshots
Version Info
2.4.0-prerelease.200506001 on Windows build 19041.21 running on Desktop
NuGet package version:
2.4.0-prerelease.200506001
Additional context
The text was updated successfully, but these errors were encountered: