Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTreeViewCustomOptionsBehavior.ToolTips Property

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

#Declaration

Delphi
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