ATTR_SIZE_MODE (Column)
| Type: | Column attribute |
| Description: | The method of determining the width of the table column. |
| Data Type: | integer |
| Default Value: | VAL_USE_EXPLICIT_SIZE |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 5.5 and later |
Values
| VAL_USE_EXPLICIT_SIZE | The actual column width is the value of ATTR_COLUMN_WIDTH. |
| VAL_SIZE_TO_CELL_IMAGE | The actual column width is the largest width of the images in all picture cells in the column. |