T
Tsviatko Yovtchev
Well, I really hope I am wrong, but this control seems pretty unusable the way it is implemented right now.
I cannot find a way to get notified immediately when the user commits a selection. The SelectionChangeCommitted, DropDown,
Click, MoseUp/Down events are not implemented. The SelectedIndexChanged event is there but
it does not necessarily mean final selection since the user might just be using the hard buttons to
scroll up and down in the list portion of the ComboBox. Unless I can get notified when the drop down
list gets shown and hidden I cannot be sure what exactly goes on.
So, am I missing something? Is there some way to detect selection immediately after it occurs?
I cannot find a way to get notified immediately when the user commits a selection. The SelectionChangeCommitted, DropDown,
Click, MoseUp/Down events are not implemented. The SelectedIndexChanged event is there but
it does not necessarily mean final selection since the user might just be using the hard buttons to
scroll up and down in the list portion of the ComboBox. Unless I can get notified when the drop down
list gets shown and hidden I cannot be sure what exactly goes on.
So, am I missing something? Is there some way to detect selection immediately after it occurs?