Skip to content

Conversation

@SKProCH
Copy link
Collaborator

@SKProCH SKProCH commented Oct 18, 2025

Change behavior for LeftDrawerExpandThresholdWidth/RightDrawerExpandThresholdWidth == null.

The old one:

  • If set - check the width, if less make overlay mode, if more make expanded mode
  • If not set - make overlay mode

The new one:

  • If set - check the width, if less make overlay mode, if more make expanded mode
  • If not set - make expanded mode
  • (if user wants overlay mode at all time - he can just set double.MaxValue of something like that to that property)

Fix #237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Close left NavigationDrawer at startup

2 participants