I am trying to use the controls on a touchscreen page.
I would like to be able to change the width of the scrollbar for the radcombobox. It appears to be a DIV (rendered), but how do I access the properties to amend the width, is it possible?
Cheers
Tox
1 Answer, 1 is accepted
0
Kalina
Telerik team
answered on 16 Sep 2011, 11:50 AM
Hi,
The scroll that appears at RadComboBox dropdown is created and rendered from the browser.
It appears when one element is nested with another, and the container element is smaller than the contained element.
That is why we are not able to modify the scroll width.