manuelroemer / Celestial.UIToolkit

A custom WPF toolkit which is inspired by a lot of the current design languages, including Microsoft's Fluent Design and Google's Material Design.
MIT License
39 stars 6 forks source link

Keep the NavigationView's pane closed if the user explicitly toggles it #51

Closed manuelroemer closed 6 years ago

manuelroemer commented 6 years ago

Describe the bug

The NavigationView automatically adapts to the current screen's size. When it adapts from a "smaller" state to a "wider" state, e.g. from Compact to Expanded, the user's toggle gets overwritten.

When the NavigationView gets manually closed by the user and then adapts to a larger state, it should remain closed.

Screenshots (optional)

Additional context (optional)