TcxTreeListOptionsBehavior.WaitForExpandNodeTime Property
In This Article
Specifies the delay (in milliseconds) before a node automatically expands or collapses under the mouse pointer during a drag-and-drop operation.
#Declaration
Delphi
property WaitForExpandNodeTime: Integer read; write; default 500;
#Property Value
Type | Default |
---|---|
Integer | 500 |
#Remarks
A node automatically expands or collapses if the mouse pointer is positioned over it during a drag-and-drop operation after a delay if the DragExpand or DragCollapse property is set to True. Use the WaitForExpandNodeTime property to adjust the delay.
The default WaitForExpandNodeTime property value is 500.
See Also