|
|
|
|
MaxOffset Property, SplitterClass Class |
Defines the maximum offset of the splitter bar while the user moves the splitter bar.
Syntax SplitterClass Class (Softelvdm.SftTreeNET)
VB |
Public Property MaxOffset As Integer |
C# |
public int MaxOffset { get; set; } |
C++ |
public: property int MaxOffset { |
Property Value
The maximum offset value or 0 to omit the maximum value.
Comments
The MaxOffset property defines the maximum 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.