Enum SplitterPanelSplitMethod
Defines how the container control will be splitted.
public enum SplitterPanelSplitMethod
Fields
Horizontal = 1First two visible child controls of the container will be splitted horizontally.
Manual = 0Container will be splitted manually by the programmer.
Unsplitted = 3Container will be initialized as unsplitted with the first visible control.
Vertical = 2First two visible child controls of the container will be splitted vertically.