Skip to main content

TcxTreeListCaption.ShowEndEllipsis Property

Specifies whether an end ellipsis is displayed when the caption’s width is insufficient to display its entire text.

Declaration

property ShowEndEllipsis: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The property is only in effect when the text width (see Text) is greater than the caption’s width. In this case, setting the property to True appends the truncated caption text with an ellipsis. The end-user should resize the caption to see its whole text. Otherwise, setting the property to False disables the end ellipsis.

You can allow the end-user to display the caption’s contents in several lines by using the MultiLine property.

The default value of the ShowEndEllipsis property is True.

See Also