L
LongWayFromHome
How do I get my listbox to return to its original state after the user clicks
elsewhere? Or, maybe the question is, How do I get it to APPEAR not to have
a selection?
Here is the annoying sequence:
User clicks an item in the listbox.
The item becomes highlighted.
A button offers to toggle an item in Column(2).
User may or may not click the button.
User clicks another control outside the list box.
The other control clearly has the focus.
But the highlight in the list box remains!
I want the highlight to disappear. This is really just a cosmetic issue,
but it annoys me because it looks like my coding didn't finish the job. Even
if I reset the listbox to Null, this does not change.
Suggestions?
Thank you!
elsewhere? Or, maybe the question is, How do I get it to APPEAR not to have
a selection?
Here is the annoying sequence:
User clicks an item in the listbox.
The item becomes highlighted.
A button offers to toggle an item in Column(2).
User may or may not click the button.
User clicks another control outside the list box.
The other control clearly has the focus.
But the highlight in the list box remains!
I want the highlight to disappear. This is really just a cosmetic issue,
but it annoys me because it looks like my coding didn't finish the job. Even
if I reset the listbox to Null, this does not change.
Suggestions?
Thank you!