Click or drag to resize
ViewLayout Enumeration
Specifies an arrangement for multiple scrolling views on a single display

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public enum ViewLayout
Members
  Member nameValueDescription
Single0 A single view that fills the display
LeftRight1 Two views side by side, equally split
TopBottom2 Two views, one above the other, equally split
FourCorners3 Four views occupying the four corners of the display, equally split
Remarks
This is used with SetViewLayout(ViewLayout). There is no space between the views in any of these layouts, but an overlay layer could be used to draw separators on top of the views.
See Also