LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Missing column in multicolumn listbox with row header

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).

missing_column.png

 

Thank you.

0 Kudos
Message 1 of 6
(4,076 Views)

Number of rows property indicates : Number of visible rows in the multicolumn listebox, excluding column headers.

0 Kudos
Message 2 of 6
(4,073 Views)

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.

0 Kudos
Message 3 of 6
(4,064 Views)

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

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
Message 4 of 6
(4,050 Views)
Hi guys though I am not the one who started this thread I am curious to know the issue.I also tried to check the behavior of this issue in LabVIEW 2015

So let us conclude that , whether it's an expected scenario for some reason or Any other method to overcome this issue or it's a bug
----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 5 of 6
(3,997 Views)
I can't check it right now, but if column headers and row headers are handled differently, I would call that a "bug".

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 6 of 6
(3,990 Views)