Base Layout Manager - Sizing Property

Determines how the layout manager will behave within the composite control it manages

Member of Base Layout Manager (PRIM_DTVW)

Data Type - Enumeration

Details

The Sizing property determines how the control using the layout will size.
 
This allows a reusable part to define its own sizing. Thus, by defining the layout as ContentHeight, whereever the part is used, it will automatically be as tall as is necessary.
 
If contradictory layout behavior is specified by the component using a reusable part, it 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