[]
        
(Showing Draft Content)

Tag Wrap

MultiSelect provides a way to wrap the items within the control header. This can be achieved using TagWrap property of C1MultiSelect class.

The following GIF shows how the items in the header get wrapped on setting the TagWrap property.

ComponentOne MultiSelect with items in header wrapped

To wrap items in header, use the following code:

vbnet

C1MultiSelect1.TagWrap = True

csharp

c1MultiSelect1.TagWrap = true;