Expose API allowing users to change the style of the dragged item(s). Available in the R1 2018 SP release. More information you can find here: https://docs.telerik.com/devtools/xamarin/controls/listview/features/listview-features-events https://docs.telerik.com/devtools/xamarin/controls/listview/features/listview-features-styling
We should consider adding such behavior where if the user clicks on the currently selected item -> it is not deselected. Currently, there is a workaround by working with the SelectedItems collection , keeping reference of the latest selected item and programmatically selecting it in case the collection is empty.
ListView: [UWP]Reorderng by dragging input controls triggers NullReferenceException. Available in minor release 2018.1.405. It will also be available in the R2 2018 release.
Sometimes refreshing a list is done programmatically, not just by user gesture. It would be nice to have access to the ActivityIndicator programmatically. I can EndRefresh, but I cannot StartRefresh.
When you drag an item and want to drop it after the visible items the ListView should auto scroll. This works with a vertical orientation.
Reproducible on Android 6.0 or higher.
when we try to add a dynamic AutomationId in each item of the list (something like AutomationId="{Binding Id}"), the AutomationId is not provided to the elements we see in the appium inspector.
Works with fixed values
When the ItemSwipeStartingEventArgs.Cancel property is set to true: Android: NullPointerException UWP: cell content disappears
After I updated to `2021.1216.1-hotfix` (to solve this problem in Android and Google Material) the RadListView's LoadOnDemand automatic stopped working
Workaround:
I've had to downgrade Xamarin.Google.Android.Material to v1.1.0.5 and use the latest stable release of Telerik UI v2021.1.119.1 which restored the functionality.