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

Drop Down Button Width

1 Answer 180 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 1
Jay asked on 27 Feb 2017, 05:34 PM

This is for a tablet and I'm sizing things for fat fingers or that wand.  What property do I reference in order to make the drop down button wider (DropDownList)?  

(I'm open to a suggestion for a better approach - like a different control - for a touch screen where the user may need to select from a small list of choices.)

Thank you,

Gary

 

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 28 Feb 2017, 11:15 AM
Hello Gary,

Thank you for writing.

You can set the MinSize of the button:
radDropDownList1.DropDownListElement.ArrowButton.MinSize = new Size(50,0);

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
DropDownList
Asked by
Jay
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or