Table of Contents

Enum SplitterPanelSplitMethod

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Defines how the container control will be splitted.

public enum SplitterPanelSplitMethod

Fields

Horizontal = 1

First two visible child controls of the container will be splitted horizontally.

Manual = 0

Container will be splitted manually by the programmer.

Unsplitted = 3

Container will be initialized as unsplitted with the first visible control.

Vertical = 2

First two visible child controls of the container will be splitted vertically.