FIX. RadListView - When the data source is changed the scroll position is not reset.
To reproduce:
- Add listview bound to a datatable that has 100 items to a blank form.
- Change the listview datasource to one that has 5 items (scroll to the bottom first).
Workaround:
radListView1.ListViewElement.ViewElement.VScrollBar.Value = 0;