Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

MinOffset Property, SplitterClass Class

Defines the minimum offset of the splitter bar while the user moves the splitter bar.

Class: SplitterClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

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

Value

The minimum offset value or 0 to omit the minimum value.

The default value is 0.

Comments

Defines the minimum offset of the splitter bar while the user moves the splitter bar.

The minimum offset affects user resizing of the panes using the splitter bar only. An application can define an offset (SplitterClass.Offset property) that is not constrained by the MinOffset and SplitterClass.MaxOffset properties.

See Also SplitterClass Class | Classes | SftTree/NET 2.0