Table of Contents
SplitterCollapseState Enumeration

Specifies whether the splitter bar is collapsed to one side of the SplitView

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum SplitterCollapseState
Members
Member Name Description
TopLeft The splitter bar is collapsed to the top (for vertical SplitView) or to the left (for Horizontal SplitView).
BottomRight The splitter bar is collapsed to the bottom (for vertical SplitView) or to the right (for Horizontal SplitView).
Middle The splitter bar is not collapsed and appears in between two views.
See Also