Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

MinimumAroundButton Property, DimensionsClass Class

Defines the minimum gap around expand/collapse buttons.

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

Syntax

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

Value

The minimum gap in pixels.

The default value is 2.

Comments

Defines the minimum gap around expand/collapse buttons.

By defining a gap around expand/collapse buttons (to the left and right), the distance to other components, like item images, can be increased or decreased.

See Also DimensionsClass Class | Classes | SftTree/NET 2.0