Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

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.

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

Syntax

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

Value

The width of the area in pixels.

The default value is 2.

Comments

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.

See Also DimensionsClass Class | Classes | SftTree/NET 2.0