TdxTreeViewControlOptionsView.ShowEndEllipsis Property
Specifies if the Tree View control displays an ellipsis at the end of the node captions that do not fit in the control horizontally.
Declaration
property ShowEndEllipsis; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False | If True, a node can display an ellipsis. If False, the node’s content is truncated at the control’s border. |
Remarks
Options include:
Value | Description | Example |
---|---|---|
True | The control shows an ellipsis at the end of the node captions that do not fit in the control horizontally. The Tree View can display an ellipsis only if the control does not show the horizontal scrollbar (that is, the control’s OptionsView.ScrollBars property is set to ssNone or ssVertical). | |
False | The control crops the captions that do not fit in the client area. |
See Also