Unplanned
Last Updated: 22 Oct 2018 09:57 by ADMIN
Unplanned
Last Updated: 16 Nov 2018 14:49 by ADMIN
I've attached a sample solution to demonstrate the issue. Try to run it. When you try to type into the entry inside of the list view there are several strange aspects

1. It's not possible to put spaces
2. When you type quickly the cursor will start jumping arbitrarily. It might even jump to front, or delete the whole text. 

This behavior happens only on UWP. 
Unplanned
Last Updated: 09 Jul 2018 12:54 by Didi
Unplanned
Last Updated: 18 Jun 2018 08:24 by ADMIN
When reordering items with multiple selection enabled, in some cases on iOS platform, the selection is messed up.
Unplanned
Last Updated: 12 Jun 2018 08:39 by ADMIN
Please check this forum link (https://www.telerik.com/forums/listviewtextcell-text-vertically-not-centered-android)

In Android text in ListViewTextCell can not center aligned and can not change alignment of any direction.
iOS it seems OK

No 1 screenshot shows iOS 
No 2 screenshot shows Android
Unplanned
Last Updated: 21 Jun 2018 13:07 by ADMIN
When reordering items in the ListView sometimes the user might want the item to go to the end of a long list. It is not possible, because the ListView does not scroll while dragging the item.
Unplanned
Last Updated: 25 Oct 2019 11:02 by ADMIN
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
Unplanned
Last Updated: 29 Mar 2018 11:25 by ADMIN
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
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>
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.
Unplanned
Last Updated: 24 Jan 2018 07:32 by ADMIN