Completed
Last Updated: 05 Sep 2017 06:06 by ADMIN
ADMIN
Polya
Created on: 12 Aug 2015 13:03
Category: ListBox
Type: Bug Report
1
ListBox: On some touch monitors auto-scroll down doesn't work using Windows8Touch theme
Available in R3 2017 Official Release Version.
1 comment
ADMIN
Kalin
Posted on: 25 Aug 2017 12:29
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