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 | If |
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.
Examples
Value | Example |
---|---|
True |
|
False |
Note
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
).
The ShowEndEllipsis
property’s default value is False
.
See Also