Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

AutoVScrollMargin Property, DimensionsClass Class

Defines the height of the area at the top and bottom of the control's item area where vertical scrolling starts during a drag & drop operation.

Class: DimensionsClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public int AutoVScrollMargin { get; set; }
Public Property AutoVScrollMargin As Integer

Value

The height of the area in pixels.

The default value is 20.

Comments

Defines the height of the area at the top and bottom of the control's item area where vertical scrolling starts during a drag & drop operation.

If the cursor enters the area at the top and bottom of the control's item area, the control initiates vertical scrolling.

See Also DimensionsClass Class | Classes | SftTree/NET 2.0