|
|
|
|
ResizeMargin Property, DimensionsClass Class |
Defines the width of the area to the left and right of the column boundary where column resizing can be initiated.
Syntax DimensionsClass Class (Softelvdm.SftTreeNET)
VB |
Public Property ResizeMargin As Integer |
C# |
public int ResizeMargin { get; set; } |
C++ |
public: property int ResizeMargin { |
Property Value
The width of the area in pixels.
The default value is 2.
Comments
The ResizeMargin property defines the width of the area to the left and right of the column boundary where column resizing can be initiated.
If the cursor enters the area to the left and right of the column boundary, the mouse cursor changes to indicate that the column is resizable.
A column can be defined as resizable using the ColumnClass.Resizable property.