On UWP and Android the item can be swiped beyond the SwipeOffset property. Add option to restrict the swiped distance to the SwipeOffset value.
Add support for header and footer that scroll with the content of the list view.
Add support for ListView item template selector. Available in minor release 2017.2.0721. It will also be available in the R3 2017 release.
Provide API which enables the group headers to remain in the view when scrolling until the next ones push them away.
Investigate the options for exposing API for controlling the scroll position of the ListView. The feature can be implemented on the different platforms through custom renderers: Android: http://docs.telerik.com/devtools/android/AndroidControlsDoc/com/telerik/widget/list/RadListView.html#scrollToPosition(int) iOS: http://docs.telerik.com/devtools/ios/api/Classes/TKListView.html#//api/name/scrollToItemAtIndexPath:atScrollPosition:animated: UWP: ScrollItemIntoView() Available in the R1 2018 SP release. More information: https://docs.telerik.com/devtools/xamarin/controls/listview/features/listview-features-scrolling
Images loaded from memory stream behave strange - on iOS they don’t load immediately, only after list is scrolled and after that they start resizing and reordering randomly when scrolling; on UWP they load on initialization but have same problem with reordering.
Enable easier access to selected items in the Viewmodel in MVVM scenarios through bindable readonly property. Available in minor release 2017.2.0721. It will also be available in the R3 2017 release.
With iOS 16 some changes are introduced to the UICollectionView. This breaks the layout of the ListView with dynamically sized items.
Currently groupheader can be stretched by using GroupHeaderLength property instead rather than resolving it automatically.
Example: <telerikListView:ListViewItemStyle BackgroundColor="{DynamicResource MedLightGrey}" BorderColor="{DynamicResource LightGrey}" BorderWidth="1" BorderLocation="Bottom"/> Available in the R2 2017 PS release
Add support for expand/collapse functionality for ListView groups. Available in the R2 2018 release.
This can be reproduced in the SDK examples ->ListView -> Gestures -> CellSwipeEvents. 1. Change the content of the items so that they have uneven height 2. Scroll down 3. Delete an item by swiping -> Expected result : The items re-arrange correctly -> Actual result : The item is deleted but the ListView is scrolled up when the UI is updated
Provide a notification mechanism when the user holds on a specific item. Available in the R1 2018 SP release. More information: https://docs.telerik.com/devtools/xamarin/controls/listview/features/listview-features-events