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

NavigationView. AppBar not showed when NavigationPane is not provided🐛 #187

Closed
AndriiHarashchak opened this issue Feb 17, 2022 · 0 comments · Fixed by #189
Closed

NavigationView. AppBar not showed when NavigationPane is not provided🐛 #187

AndriiHarashchak opened this issue Feb 17, 2022 · 0 comments · Fixed by #189
Labels
bug Something isn't working

Comments

@AndriiHarashchak
Copy link

AndriiHarashchak commented Feb 17, 2022

Describe the bug
I am building a windows application with a custom title bar. I have a few pages that don't need a navigation pane, so I am trying to use NavigationView with only "appBar" and "content" widgets provided. In this case, "appBar " is not shown, and "content" fills all window space. In this case I can`t do any manipulations with app window (drag, close, minimize, etc.) When I add "pane" everything looks good.

To Reproduce
Steps to reproduce the behavior:

  1. Create a page-widget (in my case Stateful widget) with NavigationView which includes only "appBar" and "content"
  2. Run windows application with this page.

Expected behavior
AppBar is shown even "pane" is not provided.

@bdlukaa bdlukaa added the bug Something isn't working label Feb 17, 2022
@bdlukaa bdlukaa mentioned this issue Feb 17, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants