WidthType controls how the physical width is derived based on the width
Member of Tree View Column (PRIM_TVCL)
Data Type - Enumeration
The WidthType property determines how the value in the Width property will be evaluated.
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 |
Febuary 18 V14SP2