|
|
|
|
DragDropHoverInterval Property, SftTree Class |
Defines how long the mouse cursor hovers over an item before it is expanded.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property DragDropHoverInterval As Integer |
C# |
public int DragDropHoverInterval { get; set; } |
C++ |
public: property int DragDropHoverInterval { |
Property Value
The interval in milliseconds. The minimum value is 50.
The default value is 1000.
Comments
The DragDropHoverInterval property defines how long the mouse cursor hovers over an item before it is expanded.
During a drag & drop operation, if the mouse cursor hovers over an expandable item for an extended period of time, the item can automatically be expanded based on the AutoExpandDragDrop property setting.