Hello SyncfusionTeam,
I implemented a navigation drawer and binded its property IsOpen to a property in my ViewModel that changes from inside commands.
However, I want the navigation drawer to close and open ONLY from these commands and not user input.
I noticed in the output that when a user clicks outside the navigation drawer content the event "Down" is called and so closes the navigationDrawer.
I/mono-stdout(12639): Down Called
Prob is that my VM's property is not aware of these changes from within this event.
Is it possible to remove/avoid this behavior ?
Best regards,