Version

EditorDocumentViewSplitOptions Enumeration

Specifies wich split operations are allowed on the the editing area of a XamSyntaxEditor control.
Syntax
'Declaration
 
Public Enum EditorDocumentViewSplitOptions 
   Inherits System.Enum
public enum EditorDocumentViewSplitOptions : System.Enum 
Members
MemberDescription
AllowHorizontalSplitsOnlyThe XamSyntaxEditor displays a mini-splitter that allows the editing area of the XamSyntaxEditor to be split horizontally, creating two EditorDocumentViews in the editing area of the control separated by a horizontal splitter.
AllowVerticalAndHorizontalSplitsThe XamSyntaxEditor displays a mini-splitter that allows the editing area of the XamSyntaxEditor to be split horizontally or vertically, creating two EditorDocumentViews in the editing area of the control separated by either a horizontal or verticalsplitter.
AllowVerticalSplitsOnlyThe XamSyntaxEditor displays a mini-splitter that allows the editing area of the XamSyntaxEditor to be split vertically, creating two EditorDocumentViews in the editing area of the control separated by a vertical splitter.
SplittingNotAllowedThe XamSyntaxEditor does not display a mini-splitter that allows the editing area of the XamSyntaxEditor to be split - a single EditorDocumentView always occupies the entire editing area of the control.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also