LabWindows/CVI

Table of Contents
  • LabWindows/CVI Fundamentals
  • Creating Applications
  • Distributing Applications
  • Library Reference
  • Programmer Reference
  • Hardware Information

ATTR_SIZE_MODE (Row)

Type: Row attribute
Description: The method of determining the height of the table row.
Data Type: integer
Default Value: VAL_SIZE_TO_CELL_FONT
LabWindows/CVI
Compatibility:
LabWindows/CVI 5.5 and later

Values

VAL_USE_EXPLICIT_SIZE The actual row height is the value of ATTR_ROW_HEIGHT.
VAL_SIZE_TO_CELL_FONT The actual row height is the largest height of the text in all numeric or string cells in the row. For a given cell, the height of its text depends exclusively on the font and the value of ATTR_MIN_NUM_LINES_VISIBLE for the cell. It does not depend on the contents of the cell.
VAL_SIZE_TO_CELL_IMAGE The actual row height is the largest height of the images in all picture cells in the row.
VAL_SIZE_TO_CELL_IMAGE_AND_FONT The actual row height is the maximum value resulting from the two calculations which would be made if the value were VAL_SIZE_TO_CELL_TEXT or if it were VAL_SIZE_TO_CELL_IMAGE.

Log in to get a better experience