09-23-2005 05:05 AM
09-23-2005 07:35 AM
You can use
SetTableColumnAttribute (panel, table, columnIndex, ATTR_SIZE_MODE, VAL_USE_EXPLICIT_SIZE);
SetTableColumnAttribute (panel, table, columnIndex, ATTR_COLUMN_WIDTH, pixels);
where <pixels> is the desired column width.
09-26-2005 12:52 AM
09-26-2005 02:10 AM - edited 09-26-2005 02:10 AM
Sure: you're in CVI forum!
Maybe it's better you post your question in the LV forum where you'll surely find more help.
Anyway, I'll try to set the width of a cell in a column via a table property node (properties active cell + cell width). But it's possible that there is a more efficient method.
Message Edited by Roberto Bozzolo on 09-26-2005 09:12 AM