ViewLayoutMode

Defines the method used to determine the position and size of View 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.