Skip to main content

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 True, a node can display an ellipsis when the horizontal scrollbar is disabled. If False, the node crops its caption at the control’s border.

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 End Ellipsis
False No End Ellipsis

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