Table Layout Item - Sizing Property

Determines how a control is sized within its table cell

Member of Table Layout Item (PRIM_TBLO.Item)

Data Type - Enumeration

Details

The Sizing property determines how the control will size based on the cell defined by the Row, Column, RowSpan and ColumnSpan.
 
Controls sizing to content will resize as the content changes.
 
Controls that fit to a space are not evaluated when deriving content based sizing.

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
ContentHeightFitToWidthThe height will be governed by the contents of the control e.g. The text of a label. The control will resize to the width of the cell
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
ContentWidthFitToHeightThe width will be governed by the contents of the control e.g. The text of a label. The control will resize to the height of the cell
FitBothResize the control to the height and width of the cell
FitHeightResize the control to the height of the cell. Width will remain unchanged
FitWidthResize the control to the width of the cell. Height will remain unchanged
NoneDo not resize the control


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2