Open DrawerSide.Left

1 reply. Last post: October 13, 2014 6:35 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Ryan HermanMember

I tried to make a static method to Open the Drawer from another button in another ViewController but am unable to do so. 

        public static void OpenIt()
        {
            Open (DrawerSide.Left);
        }

but Open is a Non-Static member and hard-coded so I cannot change it.  How can I slide open the Drawer from another ViewModel not in the DrawerViewModel?

All times are GMT -5. The time now is 5:41 PM.
Previous Next