Unplanned
Last Updated: 21 Jun 2018 13:05 by ADMIN
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.
Unplanned
Last Updated: 11 Apr 2018 07:10 by ADMIN
Unplanned
Last Updated: 10 Apr 2018 11:25 by ADMIN
Completed
Last Updated: 31 Jan 2019 15:45 by ADMIN
Calling ScrollIntoView method does not affect the scroll position of RadListView when the control is placed inside NavigationPage
Completed
Last Updated: 21 May 2018 13:14 by ADMIN
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.
Unplanned
Last Updated: 29 Mar 2018 11:25 by ADMIN
Completed
Last Updated: 18 Oct 2018 11:47 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: ListView
Type: Bug Report
0
Available in the R3 2018 SP release.
Completed
Last Updated: 03 May 2018 14:07 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: ListView
Type: Feature Request
0
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).
Unplanned
Last Updated: 15 Mar 2018 09:43 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: ListView
Type: Feature Request
1
Add OldIndex and NewIndex properties to the ReorderEndedEventArgs.

This would support scenarios where the ItemsSource is not an indexable collection/list (e.g. IEnumerable).
Unplanned
Last Updated: 09 Oct 2018 08:48 by ADMIN
Unplanned
Last Updated: 02 Mar 2018 12:26 by ADMIN
Completed
Last Updated: 20 Jun 2018 13:59 by ADMIN
Available in the R2 2018 SP release.
Unplanned
Last Updated: 26 Feb 2018 10:51 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: ListView
Type: Feature Request
1

			
Unplanned
Last Updated: 27 Nov 2018 21:07 by Ak
Created by: Darrell
Comments: 2
Category: ListView
Type: Feature Request
3
Add the ability to specify a Template that should be shown when the List is empty (Xamarin Forms)
Unplanned
Last Updated: 11 Apr 2018 15:34 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: ListView
Type: Bug Report
1
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>
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.
Declined
Last Updated: 29 May 2018 15:32 by ADMIN
ListView: ListViewItem's BindingContext is not updated correctly when deleting items 
Unplanned
Last Updated: 08 Mar 2019 17:39 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 5
Category: ListView
Type: Feature Request
18
Add events to handle when listview cells are unloaded/recycled and prepared.
Completed
Last Updated: 15 Mar 2018 14:27 by ADMIN
Available in minor release 2018.1.0315. It will also be available in the R2 2018 release.
Unplanned
Last Updated: 24 Jan 2018 07:32 by ADMIN