LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Remove border in list box

Hi,

 

Is there any way to remove the frame around the active row of list box in  CVI 5?

 

J

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

SetCtrlAttribute (..., ..., ATTR_HILITE_CURRENT_ITEM, 0);

I normally use this option for indicator listboxes: I have no idea about what happens on hot controls. Keep in mind that the dotted highlighting is a visual reminder of the active item when the control is not the active one, so putting it away can lead to confusion.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,747 Views)