This is a migrated thread and some comments may be shown as answers.

Button to activate SideDrawer

2 Answers 113 Views
SideDrawer
This is a migrated thread and some comments may be shown as answers.
Benjamin
Top achievements
Rank 2
Iron
Iron
Veteran
Benjamin asked on 13 Aug 2019, 07:22 AM

Hi, i am tasked to do a cross platform mobile app for iOS and Android.

 

i need to create a SideDrawer which contain search filters. the button to activate this side drawer based on the design is supposed to be sticky on bottom left of the app.

wondering is it possible to be done on both platform and any sample for guide on how to do it?

2 Answers, 1 is accepted

Sort by
0
Benjamin
Top achievements
Rank 2
Iron
Iron
Veteran
answered on 13 Aug 2019, 07:27 AM
would like to add-on that the drawer should appear from the left side of the screen. i just need the icon/button to activate this drawer at bottom left
0
Didi
Telerik team
answered on 13 Aug 2019, 12:41 PM
Hi Benjamin,

RadSideDrawer control provides a DrawerLocation property. It allows you to define the location from which the drawer will be opened. This property can be set to one of the following values: {Left, Right, Top or Bottom}.

The scenario could be achieved when set RadSideDrawer DrawerLocation  = "Left". Then position the button on the bottom left part of the screen and when the button is clicked you should open, close the drawer content. I have created a sample demo project that shows how to achieve the described scenario.

Please download the attached file and give it a try.

I hope I was helpful.

Regards,
Didi
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
SideDrawer
Asked by
Benjamin
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Benjamin
Top achievements
Rank 2
Iron
Iron
Veteran
Didi
Telerik team
Share this question
or