Wrap Around Text in Dropdown

Posted by: murtaza.colombowala on 22 July 2025, 2:51 pm EST

  • Posted 22 July 2025, 2:51 pm EST

    Hi,

    We have some items in a dropdown that are very long, and cause the user some trouble reading the whole thing.

    Is there a way to enable some kind of text wrap around in dropdown items in ComponentOne?

    Thanks,

    Murtaza

  • Posted 23 July 2025, 6:16 am EST

    Hi Murtaza,

    To word-wrap long items in C1ComboBox, you can set the ItemMode property to Html as follows:

    C1ComboBox.ItemMode = ComboBoxItemMode.Html;

    Please see the attached sample project for reference - ComboBox_WordWrap.zip

    Best Regards,

    Kartik

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels