Attachment Layout Item - Sizing Property

Determines how a control is sized within the rules defined for its attachment

Member of Attachment Layout Item (PRIM_ATLI)

Data Type - Enumeration

Details

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.

Allowed Values

Enum ValueDescription
ContentHeightThe height will be governed by the contents of the control e.g. The text of a label. The width will remain unchanged
ContentWidthThe width will be governed by the contents of the control e.g. The text of a label. The height will remain unchanged
ContentWidthandHeightThe width and height will be governed by the contents of the control e.g The text of a label
NoneThe width and height will remain as designed


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2