ViewLayoutMode

Defines the method used to determine the position and size of Views within a Viewer.

Defaults to Auto.

Enumeration Members


Enumeration Members

Absolute

The view layout is set manually by calling View.setViewport on each view. Note that a view will be invisible if no call to View.setViewport is made.

Auto

The view layout is set automatically as views are added to the viewer. The first view is positioned on the left side, and subsequent views are stacked on the right side.

Any calls to View.setViewport will throw an error while this mode is active.