ProcessingOrder identifies the sequence to use when attaching controls.
Member of Attachment Layout Manager (PRIM_ATLM)
Data Type - Enumeration
Defines the order of evaluation of the individual layout items.
Enum Value | Description |
---|---|
DisplayPosition | Left, Right, Top and Bottom items are evaluated in DisplayPosition order. Center uses any remaining space |
Horizontal | Left and Right items will be evaluated first and will use the full height of the container |
Vertical (default) | Top and Bottom items will be evaluated first and will use the full width of the container |
Febuary 18 V14SP2