kstanoev
4/22/2015 - 1:19 PM

A code snippet that demonstrates how to show/hide the SideDrawer programatically.

A code snippet that demonstrates how to show/hide the SideDrawer programatically.

// Opens the SideDrawer programatically
this.sideDrawer.ShowDrawer();

// Closes the SideDrawer programatically
this.sideDrawer.HideDrawer();