TdxTreeViewCustomOptionsView.ShowEndEllipsis Property
In This Article
Specifies if the Tree View displays an ellipsis at the end of the node captions that do not fit in the Tree View.
#Declaration
Delphi
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