|
|
|
|
AutoScrollStartInterval Property, SftTree Class |
Defines the initial delay before horizontal and vertical scrolling starts.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property AutoScrollStartInterval As Integer |
C# |
public int AutoScrollStartInterval { get; set; } |
C++ |
public: property int AutoScrollStartInterval { |
Property Value
The initial start interval in milliseconds. The minimum value is 50.
The default value is 750.
Comments
The AutoScrollStartInterval property defines the initial delay before horizontal and vertical scrolling starts.
While resizing or reordering columns and during drag & drop operations, the contents of the item area may need to be scrolled. The AutoScrollStartInterval determines the delay after which scrolling starts once the cursor is within the area that causes horizontal or vertical scrolling.
The Dimensions.AutoVScrollMargin and Dimensions.AutoHScrollMargin properties determine the area where scrolling is initiated.
Once scrolling has started and the cursor remains within the area, the AutoScrollInterval property determines the interval of subsequent item scrolling.