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
Currently, all groups are expanded by default. We should expose methods to collapse/expand certain groups. Furthermore, CollapseAll, ExpandAll groups should be considered as well.
Available in the R2 2018 release.
Add a new image cropper control, which allows users to drag/zoom a selected image within a defined frame, so that the resulting image has a defined width and height. This should offer an experience similar to the Facebook app's screen for adding/updating your profile photo. The control should display the non-selected area of the photo with configurable opacity settings, and optionally allow for a resulting circular image.
I have an autocomplete that needs to fire some validations even when the user does not select anything from the suggestion view, i.e when the autocomplete Loses the Focus.
I saw that "Completed" event is in development, but that is not enough for me, I would need the "Unfocused" event.
With the current implementation of the control, if you have events later in the day - the user needs to scroll down so that they are shown. We can consider adding a mechanism to show the first available event or expose methods to bring a specific event into view.
Add a Map control to the product suite.
Currently, all groups are expanded by default. We should expose methods to collapse/expand certain groups. Furthermore, CollapseAll, ExpandAll groups should be considered as well.
The Android and iOS versions of the control support multiple and range selections. We should consider embedding such features in the Xamarin.Forms control as well. Links to the features in iOS and Android: - Android Range Selection: https://docs.telerik.com/devtools/xamarin/nativecontrols/android/calendar/calendar-selection - iOS Range Selection: https://docs.telerik.com/devtools/xamarin/nativecontrols/ios/calendar/selection