ViewLayoutMode
-
cee.ViewLayoutMode Defines the method used to determine the position and size of
Viewswithin aViewer.Defaults to Auto.
Enumeration Members
-
cee.ViewLayoutMode.Absolute - Absolute: 1
The view layout is set manually by calling
View.setViewporton each view. Note that a view will be invisible if no call toView.setViewportis made.
-
cee.ViewLayoutMode.Auto - Auto: 0
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.setViewportwill throw an error while this mode is active.