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

RadCheckedDropDownList Modify Height

2 Answers 175 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 02 Mar 2016, 04:59 PM

Hello,

Is it possible to change the height of my CheckedDropDownList and then wrap the items inside? I'd like to have multiple rows of checked items.

Thank you!

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 04 Mar 2016, 09:27 AM
Hello Ryan,

Thank you for writing.

In order to change the size, you should set the AutoSize property to false. To have more than one row you should set the Multiline property:
radCheckedDropDownList1.Multiline = true;

Do not hesitate to contact us if you have other questions.

Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Ryan
Top achievements
Rank 1
answered on 04 Mar 2016, 02:16 PM
Easier than I thought! Thank you Dimitar.
Tags
DropDownList
Asked by
Ryan
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Ryan
Top achievements
Rank 1
Share this question
or