LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable highlighting in a multicolumn listbox

Is there anyway to disable highlighting in a multicolumn listbox?  I tried searching and all a saw was some really old posts and some crude work arounds.  In older versions of Labview this seemed like a bug, but in 2013sp1 this should be fixed by now.

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

If I understand what you want correctly, then there are two options on the MCLB which can help you. The first is to set it to highlight the entire row. The second is to set it to allow selecting no elements (an empty array or a -1, depending on the data type you configured for the control). You can also change it to an indicator, disable it or write code to discard updates to it.


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