Determines how the layout manager will behave within the composite control it manages
Member of Base Layout Manager (PRIM_DTVW)
Data Type - Enumeration
The Sizing property determines how the control using the layout will size. This allows a reusable part to define its own sizing. Thus, by defining the layout as ContentHeight, whereever the part is used, it will automatically be as tall as is necessary. If contradictory layout behavior is specified by the component using a reusable part, it will take precedence.
Enum Value | Description |
---|---|
ContentHeight | The height will be governed by the contents of the control e.g. The text of a label. The width will remain unchanged |
ContentWidth | The width will be governed by the contents of the control e.g. The text of a label. The height will remain unchanged |
ContentWidthandHeight | The width and height will be governed by the contents of the control e.g The text of a label |
None | The width and height will remain as designed |
Febuary 18 V14SP2