![]() |
![]() ![]() ![]() |
dcFolderListView component.
|
type
|
TdcListViewToolTipOption = (ttoInstantShow, ttoLongStay, ttoBelowItem, ttoOffset);
|
TdcListViewToolTipOptions = set of TdcListViewToolTipOption;
|
|
property ToolTipOptions: TdcListViewToolTipOptions;
|
The ToolTipOptions property controls behavior of the tooltips (hints) for partially hidden list items.
|
|
There are possible values:
|
Value | Meaning
|
ttoInstantShow | show the tooltips instantly when the mouse overs the list item (without a second delay);
|
ttoLongStay | tooltips does not disappears until user move mouse pointer away from the list item, when ttoLongStay is True. Usually tooltips stays visible only 5 seconds;
|
ttoBelowItem | the tooltip will be displayed below item (will not cover it by itself);
|
ttoOffset | offsets the tooltip to display it to the right and below the item.
|
ttoBelowItem = True
|
![]() |
|
ttoOffset = True
|
![]() |
ShowToolTips property.
|