SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the interval for horizontal and vertical scrolling.
Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public int AutoScrollInterval { get; set; }
Public Property AutoScrollInterval As Integer
The auto scroll interval in milliseconds. The minimum value is 50.
The default value is 100.
Defines the interval for horizontal and vertical scrolling.
While resizing or reordering columns and during drag & drop operations, the contents of the item area may need to be scrolled. The SftTree.AutoScrollStartInterval determines the delay after which scrolling starts once the cursor is within the area that causes horizontal or vertical scrolling.
The DimensionsClass.AutoVScrollMargin and DimensionsClass.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.
See Also SftTree Class | Classes | SftTree/NET 2.0