Table of Contents
SplitterMode Enumeration

Specifies the splitter mode of a SplitView control.

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

Syntax
 public enum SplitterMode
Members
Member Name Description
Basic Displays a basic splitter which allows user to resize the two panels divided by the splitter.
Advanced Displays an advanced splitter which not only allows user to resize the two panels divided by the splitter, but also provide additional features such as swap, expand and collapse the pannels.
See Also