Completed
Last Updated: 19 Jul 2023 14:23 by ADMIN
Release R2 2023 SP1
The ListView items are not rendered correctly when manual load on demand is used.
Completed
Last Updated: 31 Jan 2024 08:57 by ADMIN
Release 2024 Q1
The exception is easily reproducible in SDK Browser on iOS. Start the LoadOnDemandCommand or LoadOnDemandEvent example to see the exception. The LoadOnDemandCollection seems to work correctly, however.

The ListViewLoadOnDemandCollection can be used instead of the command/event as a temporary workaround, until the bug gets fixed.
Unplanned
Last Updated: 13 Feb 2024 12:22 by Amitesh
NSInternalInconsistencyException Reason: Invalid batch updates detected error is thrown in the ListView if you update the ItemsSource (clear it and add new items) simultaneously  ( from separate threads, by receiving messages through MessagingCenter)
Unplanned
Last Updated: 10 Apr 2024 06:18 by Matthew
Created by: Matthew
Comments: 0
Category: ListView
Type: Bug Report
2

App hangs when ListView uses dynamic size for the cells: 

iOS 16.7.5: Does not hang
iOS 17.3.1: Does not hang
iPadOS 16.3: Does not hang
iPadOS 17.1: Does not hang
iPadOS 17.2: Hangs/eventual app crash
iPadOS 17.3.1: Hangs/eventual app crash
Completed
Last Updated: 05 Jun 2024 11:14 by ADMIN
Release 2024 Q2
When ListView is grouped, if you select an item and then try to collapse the group, an NSInternalInconsistencyException is raised on iOS.  The issue occurs on iOS version > 16.
Unplanned
Last Updated: 03 Apr 2018 11:13 by ADMIN
Created by: Elad
Comments: 3
Category: ListView
Type: Feature Request
1
better way to gain performance using FastCell, take a look here:
https://github.com/twintechs/TwinTechsFormsLib
Completed
Last Updated: 21 May 2018 13:04 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 1
Category: ListView
Type: Feature Request
1
Add support for GroupKey of ListView to be complex object, allowing to display more complex information in the group headers.

Available in the R2 2018 release.
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:20 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: ListView
Type: Bug Report
1
Available in the R2 2017 PS release
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: 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: 18 Jan 2018 13:14 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 2
Category: ListView
Type: Bug Report
1

			
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: 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.
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: 21 Jun 2017 11:18 by ADMIN
On Android the header items are taking too much space and are invisible using GroupHeaderTemplate.

Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
Completed
Last Updated: 21 May 2018 13:03 by ADMIN
The grouping does not work in Android if you do not use simple type properties to group the items. In UWP everything works fine, in iOS I have not tested the scenario. I added a demo solution to test the issue.

Available in the R2 2018 release.
Completed
Last Updated: 27 Jun 2017 10:14 by ADMIN
Reproducible on Android 6.0  or higher.
Completed
Last Updated: 20 Jun 2018 14:16 by ADMIN
The first one is with action Reset and it is not expected. Note that this cannot be reproduced with Multiple selection.

Available in the 2018 R2 SP release.
Unplanned
Last Updated: 26 Jun 2017 14:41 by ADMIN