|
|
|
|
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.
Syntax DimensionsClass Class (Softelvdm.SftTreeNET)
VB |
Public Property AutoVScrollMargin As Integer |
C# |
public int AutoVScrollMargin { get; set; } |
C++ |
public: property int AutoVScrollMargin { |
Property Value
The height of the area in pixels.
The default value is 20.
Comments
The AutoVScrollMargin property 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.