This is a migrated thread and some comments may be shown as answers.

Scrollbar width on DropDownList

2 Answers 608 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Sandra
Top achievements
Rank 1
Sandra asked on 11 Dec 2018, 12:36 PM
Hi, we used to use Telerik version 2012. Sometimes we needed to have wider scrollbar on dropdownlist for example on touchscreens. Now in Telerik 2018 when we change scroll width in windows regedit all applications change their scroll width except this one with Telerik. How can we change scroll width now?

2 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 12 Dec 2018, 11:06 AM
Hello, Sandra,     

In order to change the width of the vertical scrollbar in RadDropDownList, you can refer to the following code snippet:

this.radDropDownList1.DropDownListElement.ListElement.VScrollBar.MinSize = new Size(30, 0);



I hope this information helps. If you need any further assistance please don't hesitate to contact me.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Sandra
Top achievements
Rank 1
answered on 14 Dec 2018, 12:33 PM
Thanks, it works.
Tags
DropDownList
Asked by
Sandra
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Sandra
Top achievements
Rank 1
Share this question
or