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 |
Remarks
A tooltip displays the hot-tracked node’s caption if it does not fit into the Tree View control’s client area.
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