Determines how a control is sized within the rules defined for its attachment
Member of Attachment Layout Item (PRIM_ATLI)
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. Where there is a conflict bewteeen the Sizing and Attachment properties, Attachment 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