Ok. I'm throwing my hands up in frustration with the behavior of comboboxes. Trying to determine what events fire when and under what circumstances is near impossible.
For example:
When does SelectionChangeComitted fire? How does the enter key correspond to this event? Tab key? How does the state of the list (DroppedDown = true or false) affect this event? When you clear text in the box and hit enter, half the time it fires, half the time it doesn't. I can't reproduce certain behaviors all the time and there are just too many variables for me to even start to figure out specific rules. Throw into that the Invalidated, SelectedItemChanged, SelectedValueChanged, and ValueMemberChanged events and you've got a royal cluster. Can anyone point me to a helpful link? I have several books, but none are specific enough. I'd like it to cover all the intricacies of comboboxes. Thanks!
For example:
When does SelectionChangeComitted fire? How does the enter key correspond to this event? Tab key? How does the state of the list (DroppedDown = true or false) affect this event? When you clear text in the box and hit enter, half the time it fires, half the time it doesn't. I can't reproduce certain behaviors all the time and there are just too many variables for me to even start to figure out specific rules. Throw into that the Invalidated, SelectedItemChanged, SelectedValueChanged, and ValueMemberChanged events and you've got a royal cluster. Can anyone point me to a helpful link? I have several books, but none are specific enough. I'd like it to cover all the intricacies of comboboxes. Thanks!