Completed
Last Updated: 08 Oct 2014 14:18 by ADMIN
ADMIN
Dimitar
Created on: 09 Sep 2014 06:17
Category:
Type: Bug Report
0
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;
0 comments