|
|
|
|
MinOffset Property, SplitterClass Class |
Defines the minimum offset of the splitter bar while the user moves the splitter bar.
Syntax SplitterClass Class (Softelvdm.SftTreeNET)
VB |
Public Property MinOffset As Integer |
C# |
public int MinOffset { get; set; } |
C++ |
public: property int MinOffset { |
Property Value
The minimum offset value or 0 to omit the minimum value.
The default value is 0.
Comments
The MinOffset property 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 (Splitter.Offset property) that is not constrained by the MinOffset and MaxOffset properties.