Skip to main content

TdxTreeViewCustomOptionsView.ShowEndEllipsis Property

Specifies if the Tree View displays an ellipsis at the end of the node captions that do not fit in the Tree View.

Declaration

property ShowEndEllipsis: Boolean read; write;

Property Value

Type Description
Boolean

If True, a node can display an ellipsis; otherwise, the node crops its caption.

Remarks

Refer to the TdxTreeViewControlOptionsView.ShowEndEllipsis property description for more information and an example.

See Also