MultiSelect for WinForms
タグの折り返し
機能 > タグの折り返し

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.

To wrap items in header, use the following code:

C#
コードのコピー
c1MultiSelect1.TagWrap = true;