11-09-2021 06:33 AM
I have some multicolumn listboxes in a program. So when the program run those listboxes are filled with values, the the first cell of the listbox is always selected and highlighted without me doing anything. I have been trying to find out why and how to deselect it. Kindly help me. Thank You.
Solved! Go to Solution.
11-09-2021 06:53 AM
Write -1 into the control (I mean as a value).
11-09-2021 10:14 AM
Make sure your listbox is configured to allow no (zero!) selection.
(I typically also change the selection color to be the same as the background)