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 Members
| Member name | Value | Description |
---|
| Single | 0 |
A single view that fills the display
|
| LeftRight | 1 |
Two views side by side, equally split
|
| TopBottom | 2 |
Two views, one above the other, equally split
|
| FourCorners | 3 |
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