Configuring The Drawer In Different Sides
30 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 SfNavigationDrawer sliding position to the left.
Position sliderposition = Position.Left;
navigationDrawer.Position=sliderposition;
Right
Sets the SfNavigationDrawer sliding position to the right.
Position sliderposition = Position.Right;
navigationDrawer.Position=sliderposition;
Top
Sets the SfNavigationDrawer sliding position to the top.
Position sliderposition = Position.Top;
navigationDrawer.Position=sliderposition;
Bottom
Sets the SfNavigationDrawer sliding position to the bottom.
Position sliderposition = Position.Bottom;
navigationDrawer.Position=sliderposition;
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