-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HamburgerMenuItem Scrolling #2857
Comments
@amkuchta I think the options menu of a HamburgerMenu should not have too many items, so it can be always visible and overlap the normal menu items. The scrollbar of normal menu item listbox is shown if there are many items. So IMO we should leave this as it is (and how it works in the UWP Community Toolkit). If you need other implementation you can create your own HamburgerMenu style with your specifications. |
@punker76 I'll look into rolling my own. I am gonna look into opening a similar issue on the UWP Toolkit Community repository as well - I don't see why the options menu takes precedence over the normal menu items. I also think that the |
@punker76 I just did a PR for the UWP Community Toolkit to correct this - would you like me to apply the same fix here? |
@punker76 poke 👉 |
What steps will reproduce this issue?
If the window is sized to be smaller than the height of the
HamburgerMenu
,OptionsListView
overlapsButtonsListView
Expected outcome
Ideally, the
PaneRoot
would not be allowed to have a height smaller than is required to show all of the items in the pane. My suggestion is to use aDockPanel
wrapped in aScrollViewer
to host theListBox
controls, shown below:Repo
https://github.com/amkuchta/Vulnerator/tree/code_cleanup
Environment
The text was updated successfully, but these errors were encountered: