Unplanned
Last Updated: 19 Oct 2018 14:36 by Didi
Unplanned
Last Updated: 09 Oct 2018 08:48 by ADMIN
Unplanned
Last Updated: 05 Oct 2018 09:54 by Didi
Unplanned
Last Updated: 02 Oct 2018 11:13 by Didi
Unplanned
Last Updated: 18 Sep 2018 10:22 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: ListView
Type: Feature Request
0
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.
Unplanned
Last Updated: 29 Aug 2018 14:08 by ADMIN
Unplanned
Last Updated: 29 Aug 2018 06:35 by ADMIN
Unplanned
Last Updated: 24 Aug 2018 09:58 by ADMIN
If you navigate away from the page containing the ListView and return back, an exception is raised.
Unplanned
Last Updated: 13 Aug 2018 13:25 by ADMIN
Unplanned
Last Updated: 09 Jul 2018 12:54 by Didi
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: 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: 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: 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: 11 Apr 2018 07:10 by ADMIN
Unplanned
Last Updated: 10 Apr 2018 11:25 by ADMIN
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
Unplanned
Last Updated: 29 Mar 2018 11:52 by ADMIN
Reordering items in the ListView causes the CollectionChanged event to be triggered with Remove and then Add action instead of just Move action