LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multicolumn Listbox rows first cell highlighted when row selected

Solved!
Go to solution

Hello,

 

I would like to get rid of highlighted dotted structure when selecting row in multicolumn listbox.

Duri_0-1634671734441.png

Also would be helpful to know how to make selection transparent. Property: Selection Color with color box set to transparent color gives me this result 

Duri_1-1634671950180.png

 

Thanks

Duri
0 Kudos
Message 1 of 2
(810 Views)
Solution
Accepted by topic author Duri

The dotted outline there is a result of the listbox having key focus.  So, add an event structure to remove it when someone clicks on it:

Kyle97330_1-1634678286662.png

As for the transparency, try clicking on the edge when setting colors with the brush tool instead of the cells.  Not sure if that's what you're looking for or not...

Message 2 of 2
(777 Views)