TdxGalleryControlOptionsItemText.WordWrap Property
Switches word wrapping of item captions.
Declaration
property WordWrap: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False to cause the caption occupy a single line, regardless of whether it fits into the item’s width.
Note
Word wrapping is always enabled for item descriptions, regardless of the WordWrap property value.
The default value of the WordWrap property is True.
See Also