Unplanned
Last Updated: 05 Nov 2019 12:05 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 6
Category: ListView
Type: Feature Request
13
Add support for Jump list in grouped scenario to simplify navigating between items
Completed
Last Updated: 23 Oct 2019 12:25 by ADMIN
Release R3 2019 SP
Currently groupheader can be stretched by using GroupHeaderLength property instead rather than resolving it automatically.
Completed
Last Updated: 26 Feb 2018 16:35 by ADMIN
When Automatic LoadOnDemandBehavior is added to the ListView and the user try to scroll while new items are still loading the app crashes.

Available in the R2 2017 PS release.
Unplanned
Last Updated: 29 Mar 2018 11:52 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: ListView
Type: Bug Report
1
There is free space after the last item when there are only 2 string items visualized.
Completed
Last Updated: 19 Feb 2020 15:58 by ADMIN
Release R1 2020 SP1
If EndItemSwipe() is called inside the ItemSwiping event handler, the ItemSwiping event continues to occur on iOS until the user physically ends the swipe gesture.
Completed
Last Updated: 19 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1
ADMIN
Created by: Rosy Topchiyska
Comments: 8
Category: ListView
Type: Feature Request
24
On UWP and Android the item can be swiped beyond the SwipeOffset property. Add option to restrict the swiped distance to the SwipeOffset value.
Completed
Last Updated: 19 Jun 2019 12:46 by ADMIN
Release R2 2019 SP1
ADMIN
Created by: Rosy Topchiyska
Comments: 0
Category: ListView
Type: Bug Report
1
When the ItemSwipeStartingEventArgs.Cancel property is set to true:
Android: NullPointerException
UWP: cell content disappears
Completed
Last Updated: 18 Jan 2018 13:14 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 2
Category: ListView
Type: Bug Report
1

			
Unplanned
Last Updated: 27 Feb 2018 07:43 by Gerry
Created by: Gerry
Comments: 0
Category: ListView
Type: Feature Request
2
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.
Completed
Last Updated: 21 Jun 2017 13:28 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 0
Category: ListView
Type: Feature Request
0
Implement caching of images on Android.
Completed
Last Updated: 21 Feb 2018 11:27 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 0
Category: ListView
Type: Feature Request
1
Provide GroupItem tapped event and unify the life cycle of item tapped. Currently, item tapped is raised on Android but not on iOS.

Available in the R1 2018 SP release.

More information: https://docs.telerik.com/devtools/xamarin/controls/listview/features/listview-features-events
Completed
Last Updated: 21 Feb 2018 09:11 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 2
Category: ListView
Type: Feature Request
3
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
Unplanned
Last Updated: 29 Mar 2018 11:52 by ADMIN
The UWP ListViewRenderer does not provide API to provide your own implementation of the native list view. This will be very useful if you need to add some custom logic in the native control.
Completed
Last Updated: 19 Feb 2020 16:24 by ADMIN
Release R1 2020 SP1
ADMIN
Created by: Nikolay
Comments: 5
Category: ListView
Type: Bug Report
4
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
Unplanned
Last Updated: 28 Apr 2020 11:10 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 1
Category: ListView
Type: Feature Request
3

Allow customers to enable the animations of the native control when items are being inserted, moved, deleted or the entire data reloaded.

native iOS ListView animations: https://docs.telerik.com/devtools/xamarin/nativecontrols/ios/listview/animations

native android ListView animations: https://docs.telerik.com/devtools/xamarin/nativecontrols/android/listview/listview-itemanimations

Completed
Last Updated: 21 Jun 2017 11:20 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: ListView
Type: Bug Report
1
Available in the R2 2017 PS release
Completed
Last Updated: 21 Jul 2017 14:20 by Amitesh
ADMIN
Created by: Tsvyatko
Comments: 1
Category: ListView
Type: Feature Request
5
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.
Completed
Last Updated: 21 Feb 2018 08:59 by Ali
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
Completed
Last Updated: 05 Apr 2018 08:27 by Sheng Kuo
ADMIN
Created by: Pavel R. Pavlov
Comments: 1
Category: ListView
Type: Feature Request
1
Expose events for the Items reorder API
Completed
Last Updated: 21 Jun 2017 11:13 by Norbert
ADMIN
Created by: Rosy Topchiyska
Comments: 1
Category: ListView
Type: Bug Report
6
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.