ComponentOne MultiSelect for WinForms
Features / Tag Wrap
In This Topic
    Tag Wrap
    In This Topic

    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:

    C1MultiSelect1.TagWrap = True
    
    c1MultiSelect1.TagWrap = true;