|
|
|
|
AutoHScrollMargin Property, DimensionsClass Class |
Defines the width of the area at the left and right of the control's item area where horizontal scrolling starts during a drag & drop operation.
Syntax DimensionsClass Class (Softelvdm.SftTreeNET)
VB |
Public Property AutoHScrollMargin As Integer |
C# |
public int AutoHScrollMargin { get; set; } |
C++ |
public: property int AutoHScrollMargin { |
Property Value
The width of the area in pixels.
The default value is 20.
Comments
The AutoHScrollMargin property defines the width of the area at the left and right of the control's item area where horizontal scrolling starts during a drag & drop operation.
If the cursor enters the area at the left and right of the control's item area, the control initiates horizontal scrolling.