|
Group: Forum Members
Posts: 10,
Visits: 24
|
I am testing your controls and I am using your combobox. Now if a user clicks on it and selects an item (where the item selected is different) then I can use your SelectedIndexChanged event to do something (in my case move focus back to another control). However, if they don't select a different item and the combobox closes what event is fired that I can use - nothing I can see from the little information I have?
With the standard combobox I had one event DropDownClosed and it handled the event whether a different item was selected or not.
Why do your controls lack the standard (essential) events that I should be able to use?
Also, since your documentation covers nothing relating to creating a style/theme for a ComboBox (or anything other than a button), how do I go about setting a default style for my ComboBox and is it possible to have two themes, and changing them depending what section of my application the user is in at time?
Thanks in advance.
D
|