In my GridView a have a GridViewComboBoxColumn. My application is touch screen and I would like to increase the vertical scroll bar width.
Can you give me some step on how to do this?
Regards,
Nadia
1 Answer, 1 is accepted
0
Accepted
Stefan
Telerik team
answered on 28 May 2013, 07:28 AM
Hello Nadia,
Thank you for writing.
To do that, you will have to use the CellEditorInitialized event, where you can access the combo editor, and from there its scroll bar. Here is a sample code: