LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change tip strip for each cell on multicolumn list or table

I would like to change the tip strip of each cell on multicolumn list or table. Is there any way to do this?

0 Kudos
Message 1 of 2
(2,323 Views)

Not statically, but you can do this in code:

 

MCLB_Tip.png

 

That's a method on the left and a property on the right.

 

I don't know if this will work as you expect (it should change the tip strip, but I don't know if it will appear like you want it to), so you can also implement this yourself by having a string indicator which you show and move around using its properties.

 


___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,308 Views)