-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Toggling visibility on hamburger menu #3768
Comments
I've started working on it and have a question: should |
Hi @bNobo
If you hide Item2 you would have two seperators. So in that case you must be able to hide the seperator as well. That said please keep in mind that the primary goal is to get v2.0.0 released. this feature might get implemented later. Happy coding |
(MahAppsGH-3768) Add Visibility property to HambugerMenuItemBase
IMO IsVisible is the better way to say if an item should be shown or not. With the Visibility property you can set an item also to hide which means that the item is only hidden.
It would be nice to have a visibility open on hamburger menu items to hide from people that are not suppose to see instead of just it being disabled for certain users.
The text was updated successfully, but these errors were encountered: