In case you lower down the number of items, the RadListView control would not lower its height in situations where you expect this to happen.
Calling ScrollIntoView method does not affect the scroll position of RadListView when the control is placed inside NavigationPage
Steps to reproduce: 1. Re-Order an item in the list. 2. Add some items to said list, 3. and then Re-order again. 4. An "ArgumentOutOfRangeException" is thrown Available in the R2 2018 release.
Available in the R3 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).
Add OldIndex and NewIndex properties to the ReorderEndedEventArgs. This would support scenarios where the ItemsSource is not an indexable collection/list (e.g. IEnumerable).
Available in the R2 2018 SP release.
Add the ability to specify a Template that should be shown when the List is empty (Xamarin Forms)
See this recording of the issue at runtime: https://www.screencast.com/t/EMOdMqs2yX Use the following to replicate: <telerikDataControls:RadListView x:Name="listView" IsItemsReorderEnabled="True" SelectionMode="None"> <telerikDataControls:RadListView.LayoutDefinition> <listView:ListViewLinearLayout Orientation="Horizontal" HorizontalItemSpacing="10" VerticalItemSpacing="0"/> </telerikDataControls:RadListView.LayoutDefinition> </telerikDataControls:RadListView>
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.
ListView: ListViewItem's BindingContext is not updated correctly when deleting items
Add events to handle when listview cells are unloaded/recycled and prepared.
Available in minor release 2018.1.0315. It will also be available in the R2 2018 release.