How to find whether the DrawerPanel is showing or not?
3 Sep 2020 / 1 minute to read
This requirement is achieved by using its function named IsDrawerShowing.
//To Define if DrawerPanel is Showing or not
if(this.navigationDrawer1.IsDrawerShowing())
{
// Do necessary settings here
}
'To Define if DrawerPanel is Showing or not
If Me.navigationDrawer1.IsDrawerShowing() Then
'Do necessary settings here
End If
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page