Determines how a control is sized
Member of Flow Layout Item (PRIM_FWLI)
Data Type - Enumeration
The Sizing property determines how big the laid out control will be. Controls sizing to content will resize as the content changes.
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