You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement (with MVVM) auto closing hamburger pane after selection is done. To make this happen I've tried to bind IsPaneOpen to IsPaneOpened property in my view model.