Workaround: Use Grid with column width or row height * instead of StackLayout
Available in the R2 2018 release.
Available in the R2 2018 release.
Available in minor release 2018.1.0315. It will also be available in the R2 2018 release.
ListView: ListViewItem's BindingContext is not updated correctly when deleting items
Available in the R2 2018 SP release.
Currently there is not a documentation page explaining how to use RadListView commands. This is a request to add such a page, with examples and Command IDs (similar to DataGrid's Command's article).
Available in the R3 2018 SP release.
Calling ScrollIntoView method does not affect the scroll position of RadListView when the control is placed inside NavigationPage
Available in the 2018 R2 SP release.
Currently RadListView has only pullTorefresh which updates the list if user scrolling the list downwards.. But it is good to have pullUptorefresh kind of gesture. since mostly we need to populate the list when user scrolling up. a gesture direction setting (pullup or down) would do.
Reordering items with scrolling do not raise ReorderEnded event
The following exception is thrown when scrolling ListView with Grid layout with many columns and rows: Windows.UI.Xaml.LayoutCycleException: Layout cycle detected. Layout could not complete.
If you navigate away from the page containing the ListView and return back, an exception is raised.
Add an option to set the MinimumItemLength to a LayoutDefinition (both Linear and Grid). This is intended to act like you've set ItemLength, but still allows for expansion if the Cell content is larger.