Hi All,
I created a ListBox on a Panel within a Form. It contains 3 values in the string list.
When I just click on the little up/down arrows and not the text in the ListBox, no event handler is triggered. I can see this because the highlight color within the List Box does not change until I actually click on the text within the ListBox.
I have the following events all pointing to the same event handler:
onChange
OnChangeBounds
OnClick
OnEnter
Onexit
OnResize
It almost as if the up/down control needs its own event handler, but I don't see one.
In case it helps, the following properties are set at design time:
ClickOnSelChange=true
ExtendedSelect = true
MultiSelect = false
I've tried turning them off individually to no avail...
Thanks