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 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


See also

All Component Classes

Technical Reference

  • No labels