Completed
Last Updated: 02 Jun 2014 11:26 by ADMIN
ADMIN
Ivan Petrov
Created on: 10 Jun 2013 13:58
Category:
Type: Bug Report
1
FIX. RadListView - If one sets the Scroller.ScrollState to ScrollState.AlwaysHide the mouse wheel and kinetic scrolling stops working.
Steps to reproduce:
1. Add a RadListView to a form
2. Add items so the vertical scroll bar appears.
3. Set the Scroller.ScrollState to ScrollState.AlwaysHide
this.radListView1.ListViewElement.ViewElement.Scroller.ScrollState = ScrollState.AlwaysHide;
4. Set the EnableKineticScrolling to true.
Run the project and try to scroll with the mouse wheel or with the Kinetic scrolling. You will see that nothing happens.
0 comments