TdxTreeViewCustomOptionsBehavior.ToolTips Property
In This Article
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 |
#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 On
If the Tool
property is set to True
, you can set the Shell Tree View control’s ShellTrue
to display additional information depending on the shell item type.
The ToolTips
property’s default value is True
.
See Also