ATTR_FIT_MODE (Cell)
| Type: | Cell attribute |
| Description: | Specifies the placement and sizing of an image within a table cell. |
| Data Type: | integer |
| Default Value: | VAL_SIZE_TO_PICTURE |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 5.5 and later |
Values
| VAL_SIZE_TO_PICTURE | Make the picture conform to the size of the cell. |
| VAL_PICT_CORNER | Place the picture image at the top-left corner of the cell. |
| VAL_PICT_CENTER | Center the picture image in the cell. |
| VAL_PICT_TILE | Tile or repeat the image so that it fills up the cell. |