07-05-2011 11:21 AM
Hello,
May I suggest adding a sentence to the 'Programming with Table Controls' chapter, section 'Creating and Deleting Cells' of CVI's help.
After the sentence 'Use the following functions to control the number of rows in a table control....' I would add a hint that the number of rows is also affected by (programmatically) setting the table height.
Now that I found out it's obvious 😉
Solved! Go to Solution.
07-07-2011 12:22 PM
Hi Wolfgang,
I think you might be misunderstanding that sentence in the help. It is not referring to the size of the table, in terms of how many rows fit in the table. It's actually referring to how many actual rows are in the table. And the total number of rows in the table is definitely not affected by the height of the table.
Luis
07-07-2011 01:08 PM
Hi Luis,
you are right! I was confused by a table that was larger than I thought, see the discussion here.
Thanks!