Configuring The Drawer In Different Sides
31 Aug 2017 / 1 minute to read
The Position
property specifies the sliding position of the DrawerView panel. The Position
property has the following four options.
-
Left
-
Right
-
Top
-
Bottom
NOTE
The default option is Left.
Left
Sets the NavigationDrawer sliding position to the left.
navigation.Position = SFNavigationDrawerPosition.SFNavigationDrawerPositionLeft;
Right
Sets the NavigationDrawer sliding position to the right.
navigation.Position = SFNavigationDrawerPosition.SFNavigationDrawerPositionRight;
Top
Sets the NavigationDrawer sliding position to the top.
navigation.Position = SFNavigationDrawerPosition.SFNavigationDrawerPositionTop;
Bottom
Sets the NavigationDrawer sliding position to the bottom.
navigation.Position = SFNavigationDrawerPosition.SFNavigationDrawerPositionBottom;
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