RadSideDrawer Location
Depending on the application scenario, RadSideDrawer
can be configured to display at a specific location on the screen. This also changes the way the transition animation is applied. Setting the location can be done by setting the drawerLocation property to a value from the SideDrawerLocation
enumeration:
Changing the drawer location is done by setting one of the four possible values to the drawerLocation
property. The four location options are defined by the SideDrawerLocation
enum. Setting the drawerLocation
property can be done both programmatically and via XML:
References
Want to see this scenario in action? Check our SDK examples repo on GitHub. You will find this and many other practical examples with NativeScript UI.