LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Row label default attribute

Hi,

I have an issue with row label attributes in table controls.

My table is in Column mode.

I set the columns attributes with SetTableColumnAttribute

When I add a new row the cells are created according to the column attributes set with SetTableColumnAttribute

My isuue is that I couldn't figure out how to set the default attribute for the row labels.

If I would like to have for example the row label bold each time I insert a new row how can I do it?

Thanks

0 Kudos
Message 1 of 2
(2,748 Views)

Attribute inheritance in table controls only exists for cell attributes. Unfortunately, there is no inheritance for row and column attributes, and so you cannot override the default values of the row label attributes. So you must change the bold property after you insert the row.

 

If doing that causes some flashiness in the UI, let me know. There might a workaround or two that you could try, in order to eliminate the flashing.

0 Kudos
Message 2 of 2
(2,682 Views)