Memo Column - WidthType Property

WidthType controls how the physical width is derived based on the width

Member of Memo Column (PRIM_MECL)

Data Type - Enumeration

Details

The WidthType property determines how the value in the Width property will be evaluated.

Allowed Values

Enum ValueDescription
CharactersThe number of characters to be visible in the column
FixedUses a percentage of the container width and will not resize as the list container resizes
MinRemainderUses whatever space remains, uses the width as a minimum percentage size and resizes with the container
PixelsSpecific width in pixels and will not resize as the list container resizes
RemainderUses whatever space remains and resizes with the container
ScalableUses a percentage of the container control width and resizes with the container


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2