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
Unplanned
Last Updated: 09 Nov 2017 15:30 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: ListView
Type: Feature Request
2
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. 
Completed
Last Updated: 05 Apr 2018 11:34 by ADMIN
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.
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.
Unplanned
Last Updated: 29 Mar 2018 11:52 by ADMIN
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.
Unplanned
Last Updated: 26 Feb 2018 10:51 by ADMIN
Unplanned
Last Updated: 20 Feb 2020 09:25 by ADMIN
Provide a solution for Re-positioning of vertical scroll bar on IOS, or hide it at all.
Completed
Last Updated: 18 Sep 2019 08:48 by ADMIN
Release R3 2019
Created by: Rob
Comments: 0
Category: ListView
Type: Bug Report
1
When setting HorizontalItemSpacing or VerticalItemSpacing to the layout, the item spacing appears to be applied twice to the item. 
When setting BackgroundColor to the ItemStyle the background leaks beyond the boundaries of the item.
Completed
Last Updated: 27 Jun 2017 10:14 by ADMIN
Reproducible on Android 6.0  or higher.
Unplanned
Last Updated: 27 Sep 2022 05:17 by ADMIN

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

Completed
Last Updated: 13 Apr 2021 11:57 by ADMIN
Release 2021.1.413 (R1 2021 minor release)
If ListView has PressedItemStyle defined and the end user holds onto any control, such as Label, for example, placed outside ListView, the PressedItemStyle is applied to all items. Can only be reproduced on Android.
Unplanned
Last Updated: 15 Apr 2020 12:27 by ADMIN
When the SwipeOffset property is set at a later stage, the cell will be moved beyond the offset. 
Completed
Last Updated: 04 Oct 2019 14:45 by ADMIN
Release 2019.3.1004 (R3 2019 minor release)
When any control (Frame, for example) with applied Margin is placed inside GroupHeaderTemplate of the ListView, the Margin value is not respected on iOS.
Completed
Last Updated: 13 May 2020 13:14 by ADMIN
Release R2 2020
Currently, the behaviors differ in Android/iOS and UWP. In UWP you can have an empty collection and the LoadOnDemand will trigger when you open the page with the ListView, in iOS/Android you need to have some items in the collection for the LoadOnDemand event to trigger.
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: 24 Feb 2021 15:05 by ADMIN
Release R1 2021 SP1

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.


Unplanned
Last Updated: 18 Feb 2021 15:57 by ADMIN
After a reorder operation has been started, and the user drops down the item, every item between original position and new position is animated again as if refreshing the entire Ui of those items.
Completed
Last Updated: 03 Jun 2019 14:33 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)
Created by: Sean
Comments: 0
Category: ListView
Type: Bug Report
1
When entering a value into an entry in the TemplateCell it is not scrolling up the ListView to allow view of the entry.  This causes the soft keyboard to overlap the entry and the user cannot view what they are entering. 
Completed
Last Updated: 20 Feb 2019 13:54 by ADMIN
NullReferenceException is thrown when navigating back from a page with ListView and Prism Navigation is used.
Unplanned
Last Updated: 26 May 2020 09:05 by ADMIN
Currently if RadListView is grouped and reorder enabled, users can drag items to different groups - the drag and drop to different groups can be prevented only on ReorderEnded event. Provide a way to prevent the user from visually dragging the item past the bounds of the outer group.