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

Open minimal pane mode programatically #564

Closed
ghost opened this issue Oct 10, 2022 · 0 comments · Fixed by #569
Closed

Open minimal pane mode programatically #564

ghost opened this issue Oct 10, 2022 · 0 comments · Fixed by #569
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Oct 10, 2022

When I set NavigationPane's displayMode to PaneDisplayMode.minimal, NavigationView is hidden.
Without appBar, I tried to find another way to call its menu event, but I couldn't find it.
How will I make it show again?
NavigationView seems to rely on a bool property called'_ minimalPaneOpen' to control whether it is shown or hidden (in PaneDisplayMode.minimal mode), but when I try to set it through key, I can't find an external way to set it.

@bdlukaa bdlukaa changed the title How to show the NavigationView (PaneDisplayMode.minimal) through other widget without appBar? Open minimal pane mode programatically Oct 11, 2022
@bdlukaa bdlukaa added the enhancement New feature or request label Oct 11, 2022
@bdlukaa bdlukaa mentioned this issue Oct 12, 2022
3 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant