07-06-2016 04:01 AM
Hello all,
The problem is very simple : I programmatically set the number of rows and columns of a multicolumn listbox with both row and column headers displayed (with a Property Node) and there is actually one column missing from the size I've set. It seems the row header is considered as a column but the column header is not considered as a row. I will obviously add 1 column programmatically but as I didn't find any topic about this on the forum I can't tell if this is a known issue.
Please see the image below (and the very simple attached VI if you want to try this out).
Thank you.
07-06-2016 04:17 AM
Number of rows property indicates : Number of visible rows in the multicolumn listebox, excluding column headers.
07-06-2016 04:36 AM
Indeed and I just noticed there is no mention of "excluding row header" in the number of columns property (but this is not said "including row header" neither). So... this should be the normal functioning but it seemed so weird to me the number of rows and columns do not work the same way that I didn't even think to check this before.
07-06-2016 05:21 AM
Experiencing this issue first time (Working fine for Column without any separate Property settings) then it should do the same for Row
May be a bug
07-12-2016 11:38 AM
07-12-2016 01:07 PM