TcxTreeListCaption.MultiLine Property
Specifies whether the caption’s text can be displayed in several lines.
Declaration
property MultiLine: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
The property is only in effect when the caption width is insufficient to display its entire text. When the property is set to True, the text can be displayed in multiple lines within the caption (if the caption area is tall enough). If set to False, text clipping may occur.
To allow the height of band rows to be automatically adjusted to completely display column header captions, set the TreeList control’s OptionsView.HeaderAutoHeight property to True.
The default value of the MultiLine property is False.
See Also