Does anyone know if it is possible to find out if a menu is open on the SideMenuController.
It seems to be bad UI that you can open the menu with the button, but not close it with the button. I know the controller has a CloseMenu function, but I an work out how to know if the menu is open already and close it if it is, or open it if it isn't.
I thought about storing a variable that kept track of which menu was open, but that won't work when it is opened by a swipe gesture.
Any ideas? Or Erel, is it possible to expose a IsMenuOpen property?
Cheers
Brian
It seems to be bad UI that you can open the menu with the button, but not close it with the button. I know the controller has a CloseMenu function, but I an work out how to know if the menu is open already and close it if it is, or open it if it isn't.
I thought about storing a variable that kept track of which menu was open, but that won't work when it is opened by a swipe gesture.
Any ideas? Or Erel, is it possible to expose a IsMenuOpen property?
Cheers
Brian