Calling ScrollIntoView method does not affect the scroll position of RadListView when the control is placed inside NavigationPage
Reordering items with scrolling do not raise ReorderEnded event
Add support for header and footer that scroll with the content of the list view.
Instead of just a tap and hold gesture, expose a method in the RadListView, which accepts a list view item, that can programmatically begin reorder mode. Scenario Usage: Touching a "handle" icon button the ListViewTemplateCell would immediately enter reorder mode instead of requiring a hold gesture.
Add the ability to specify a Template that should be shown when the List is empty (Xamarin Forms)
When RadListView is placed inside Grid with ColumnDefinition with Height="Auto", setting FlowDirection to "RightToLeft" raises an exception.
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.
When RadListView is placed inside StackLayout with vertical orientation, the ListView cannot be scrolled to the bottom.
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
If you have set a custom LoadOndemandItemTemplate when the ListView is in manual LoadOnDemand mode, once you click the Load More button - it gets invisible. Clicking on the area where the button should be is working, though. Available in the R2 2018 release.
It seems the scroll position is calculated incorrectly in this case.