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

Telerik SlideDrawer and Xamarin.Forms MasterDetail Page Navigation

2 Answers 160 Views
SideDrawer
This is a migrated thread and some comments may be shown as answers.
Riaz
Top achievements
Rank 1
Riaz asked on 01 Apr 2017, 12:47 PM

In Xamarni.Forms is it possible to have a MasterDetail page setup, where the child page has a Telerik SlideDrawer on it? (e.g. LHS nav is supplied by Xamarin.Forms MasterDetail page, and RHS slider of that page is supplied by Telerik SlideDrawer? (my use case requires multiple sliders on the screen)

There's a lot of use cases where people need multiple sliders to organise large numbers of features on a small screen. Ideally I'd be able to have two or more sliders, like how these clever people have done it: https://youtu.be/KJpP-iby4NE 

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Lance | Manager Technical Support
Telerik team
answered on 03 Apr 2017, 07:16 PM
Hi Riaz,

The RadSideDrawer is of type View, therefore you can indeed use it in a ContentPage. 

One thing to be aware when you're creating such a scenario is to be aware of the user's gestures and to understand what control will work with which gestures. I would try setting the DrawerLocation to the top or bottom so that it doesn't conflict with the MasterDetail horizontal swipe gesture.

Note: Nesting two components that do the same thing is not recommended, so to get this to work you may need to tweak it (e.g. disable the MasterDetail's gesture recognition by setting IsGestureEnabled).

Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
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
0
Riaz
Top achievements
Rank 1
answered on 05 Apr 2017, 11:42 AM
Thank you for the explanation Lance
Tags
SideDrawer
Asked by
Riaz
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Riaz
Top achievements
Rank 1
Share this question
or