Combo Box Column - WidthType Property
WidthType controls how the physical width is derived based on the width
Member of Combo Box Column (PRIM_CBCL)
Data Type - Enumeration
Details
The WidthType property determines how the value in the Width property will be evaluated.
Allowed Values
Enum Value |
Description |
Characters |
The number of characters to be visible in the column |
Fixed |
Uses a percentage of the container width and will not resize as the list container resizes |
MinRemainder |
Uses whatever space remains, uses the width as a minimum percentage size and resizes with the container |
Pixels |
Specific width in pixels and will not resize as the list container resizes |
Remainder |
Uses whatever space remains and resizes with the container |
Scalable |
Uses a percentage of the container control width and resizes with the container |