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

MultiColumnComboBox not wrapping

1 Answer 123 Views
MultiColumn ComboBox
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 2
Mark asked on 15 Nov 2014, 06:17 PM
I cannot find the wrap text or multiline property of a RadMultiColumnComboBox control?  I mean the control itself...not its radgridview or drop down.....rather the displayed text of the control?  I have strings of 250 characters that display fine in the drop down, but then they center on a single line in the control's display (see attached png.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 17 Nov 2014, 03:49 PM
Hi Mark,

Thank you for writing.

You can set the Multiline property like this:
radMultiColumnComboBox1.MultiColumnComboBoxElement.TextBoxElement.TextBoxItem.Multiline = true;
 
Let me know if you have additional questions.
 
Regards,
Dimitar
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
MultiColumn ComboBox
Asked by
Mark
Top achievements
Rank 2
Answers by
Dimitar
Telerik team
Share this question
or