property Item.SingleLine as Boolean
Specifies whether the caption is displayed using one or multiple lines.

TypeDescription
Boolean A boolean value that specifies whether the caption is displayed using one or multiple lines. Use the <br> HTML tag to break a line.

Use the SingleLine property displays the caption of the items using single or multiple lines. Use the Caption property to specify the caption of the items. Use the ItemHeight property to specify the height for all items in the group. Use the Font property to specify the control's font. Use the Bold, Italic, Underline or StrikeOut property to define the font for caption of the item. The GroupHeight property specifies the height of the caption for all groups, in pixels.