Skip to content
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

Add IsVisible property to HambugerMenuItemBase #3782

Merged
merged 2 commits into from Apr 28, 2020

Commits on Apr 28, 2020

  1. (MahAppsGH-3768) Add Visibility property to HambugerMenuItemBase

    (MahAppsGH-3768) Add Visibility property to HambugerMenuItemBase
    punker76 committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    213117d View commit details
    Browse the repository at this point in the history
  2. (MahAppsGH-3768) Change Visibility property to IsVisible

    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.
    punker76 committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    b267a5f View commit details
    Browse the repository at this point in the history