TdxShellTreeViewControlOptionsView.ShowEndEllipsis Property
Specifies if the Shell Tree View control displays an ellipsis at the end of the node captions that do not fit into the client area horizontally.
Declaration
property ShowEndEllipsis; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False |
|
Remarks
Set the ShowEndEllipsis property to True to show an ellipsis at the end of the node captions that do not fit into the Shell Tree View control horizontally if you disabled the horizontal scrollbar.
Property Value Examples
| Value | Example |
|---|---|
True |
![]() |
False |
![]() |
Limitations
The ShowEndEllipsis property value is ignored if the Shell Tree View control can display a horizontal scrollbar (that is, the ScrollBars property is set to ssBoth or ssHorizontal).
Default Value
The ShowEndEllipsis property’s default value is False.
See Also

