Available in the R3 2018 SP release.
Available in the R3 2018 SP release.
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.
If you navigate away from the page containing the ListView and return back, an exception is raised.
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRange_IndexException () [0x0000c] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 at Telerik.XamarinForms.DataControls.ListView.ListViewDataAdapter.GetItem (System.Int32 index) [0x0001b] in <fcf5d4a482ed442f8a8bf1f6d4b51a9e>:0 at Telerik.XamarinForms.DataControlsRenderer.Android.ListViewDataSource.ItemAtIndex (System.Int32 index) [0x00000] in <fcf5d4a482ed442f8a8bf1f6d4b51a9e>:0 at Telerik.XamarinForms.DataControlsRenderer.Android.RadListViewDataSourceAdapter.IsGroupHeader (System.Int32 position) [0x00006] in <fcf5d4a482ed442f8a8bf1f6d4b51a9e>:0 at Telerik.XamarinForms.DataControlsRenderer.Android.ManagedSpanSizeLookup.GetSpanSize (System.Int32 position) [0x00014] in <fcf5d4a482ed442f8a8bf1f6d4b51a9e>:0 at Android.Support.V7.Widget.GridLayoutManager+SpanSizeLookup.n_GetSpanSize_I (System.IntPtr jnienv, System.IntPtr native__this, System.Int32 position) [0x00008] in <1c3b474ba0bc45cba6ec33f4b4b4b99a>:0 at (wrapper dynamic-method) System.Object.7c4a1162-c270-469c-9edd-2e3fb764422a(intptr,intptr,int) Available in the 2018 R2 SP release.
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.
Available in the 2018 R2 SP release.
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.
Available in the 2018 R2 SP release.
The first one is with action Reset and it is not expected. Note that this cannot be reproduced with Multiple selection. Available in the 2018 R2 SP release.
Available in the R2 2018 SP release.
When reordering items with multiple selection enabled, in some cases on iOS platform, the selection is messed up.
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