Completed
Last Updated: 05 Sep 2017 06:08 by ADMIN
ADMIN
Yana
Created on: 17 May 2016 12:51
Category: ListBox
Type: Bug Report
3
ListBox: Scrolling down while dragging does not work for RadListBoxItems with height more than 22px
As a workaround, the ScrollingSettingsBehavior.ScrollStep attached property of the RadListBox control can be set to a value equal to that of the Height of the RadListBoxItems.

Available in R3 2017 Official Release Version.
1 comment
ADMIN
Kalin
Posted on: 25 Aug 2017 12:30
Hi,

We are fixing that behavior, so the auto-scroll will work as expected in all themes with R3 2017 version of Telerik UI for WPF. 

However if you are using an ItemTemplate or custom Style that modifies somehow the Height of RadListBoxItem you would need to set the telerik:ScrollingSettingsBehavior.ScrollStep of RadListBox to the ActualHeight of RadListBoxItem. 

For example:
<telerik:RadListBox telerik:ScrollingSettingsBehavior.ScrollStep="44" ... ></telerik:RadListBox> 

Regards,
Kalin