Page History
...
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 |
...