LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Remove extra column and row in CVI table.

I created a CVI table with 14 rows and 5 columns, but there seems to be at 15th row and a 6th column that I do not have access to (at design time or at run-time).
Is there any way to remove the extra row and column that us automatically added to a CVI Table control?
0 Kudos
Message 1 of 4
(3,602 Views)
Can you attach a screenshot of what you are seeing, or better yet, the .uir file that contains the table?

Luis
NI
0 Kudos
Message 2 of 4
(3,602 Views)
Thank you for you assistance. Attached is the uir file with the table. I am using CVI 7.0.
0 Kudos
Message 3 of 4
(3,602 Views)
This table only has 14 rows and 5 columns. There is some extra space at the right and at the bottom, but that is not an extra row or a column. That is equivalent to what happens when you create a new table and then add a single row and column, for example -- you'll notice that the table is still larger than the one cell you end up with, and this space is visible. It's just extra space that you can get rid of if you make the table smaller, for example.

A quick way to make your table fit an exact number of rows and columns is to edit the table, click on the Size/Scroll Options button, then set the Number of Visible Rows to 14, and the Number of Visible Columns to 5.

Hope this helps

Luis
NI
0 Kudos
Message 4 of 4
(3,602 Views)