LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

collapsable table rows?

Does anyone know of a slick way to make the table control collapsable? I wish to remove certain rows from user view but allow each row to maintain its position in the table rather than simply deleting the row.
0 Kudos
Message 1 of 2
(2,847 Views)
Have you tried with
SetTableRowAttribute (panel, control, index, ATTR_ROW_HEIGHT, 1);
This should work well.

Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,847 Views)