Skip to main content
A newer version of this page is available. .

TdxTreeViewCustomOptionsBehavior.ToolTips Property

Specifies if tree nodes show tooltips when node captions do not fit in the Tree View control horizontally.

Declaration

property ToolTips: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

If True, the control displays node tooltips for partially visible nodes. If False, node tooltips do not appear.

Remarks

A tooltip displays the hot-tracked node’s caption if it does not fit into the Tree View control’s client area.

Tree View Tooltips

Note

You can handle the Tree View’s OnHint event to show custom text in the hint.

If the ToolTips property is set to True, you can set the Shell Tree View control’s ShellOptions.ShowToolTip property to True to display additional information depending on the shell item type.

The ToolTips property’s default value is True.

See Also