Completed
Last Updated: 14 Feb 2023 15:06 by ADMIN
Release R1 2023
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: SideDrawer
Type: Feature Request
5
We should consider exposing a property that will leave the side drawer opened even when you click on the main content. 
Declined
Last Updated: 14 Dec 2020 08:38 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 18
Category: SideDrawer
Type: Feature Request
26
Currently only Views can be hosted in the MainContent. If users can host Pages the RadSideDrawer could be used as root navigation component. This will allow customers to define the RadSideDrawer once throughout the application.
Unplanned
Last Updated: 09 Oct 2020 14:42 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 3
Category: SideDrawer
Type: Feature Request
3

			
Declined
Last Updated: 01 Oct 2020 13:16 by ADMIN

A few things are missing from Xamarin RadSideDrawer. Here's some we found in Android docs, unavailable on Xamarin Forms (and currently causing us issues that require rethinking the app's workflow, as we really needed a drawer that stays fully locked and cannot be dismissed by the user).

 

drawer.TapOutsideToClose

drawer.CloseOnBackPress

drawer.IsLocked 

Completed
Last Updated: 19 Nov 2019 12:06 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
ADMIN
Created by: Yana
Comments: 0
Category: SideDrawer
Type: Feature Request
1
Sets the number of pixels from the screen edges that will define the touchable area which allows to open the DrawerContent

The property is available in native controls:

Android: TouchTargetThreshold
iOS: EdgeSwipeTreshold
UWP: TouchTargetThreshold
Unplanned
Last Updated: 26 Feb 2019 09:23 by ADMIN
Created by: Brian
Comments: 1
Category: SideDrawer
Type: Feature Request
1
I would like to have an offset property for when the drawer is closed. The reason for this is we want to have a mapview with an expandable drawer at the bottom, but when it is "closed" it is still partially visible in order to have a less detailed version of the information that is inside the "opened" version of the drawer.
Unplanned
Last Updated: 16 Nov 2018 14:50 by Dev
ADMIN
Created by: Nikolay Demirev
Comments: 1
Category: SideDrawer
Type: Feature Request
5
On UWP this can be achieved if you set double.NaN as a value of the DrawerLength property and on Android this achieved by setting 0 as a value of the DrawerLength property. On iOS is not supported at all.
Unplanned
Last Updated: 26 Oct 2018 13:51 by ADMIN
When using a AreGesturesEnabled = true, stop the length of the drawer at location of releasing the Gesture.
Then allow the user to cover the drawer with the entire screen.