Flow Layout Item - Sizing Property

Determines how a control is sized

Member of Flow Layout Item (PRIM_FWLI)

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.

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