Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
460
WinCombo Autocompletion
posted

Hi,

I have already posted yesterday at the end of an existing thread because my demand was related to it. Anyway, rules are rules, new demand = new post. So I apologize if I'm wrong!

 

I'm facing this problem : I want to add an auto complete feature to my combobox. Unfortunately I'm working on 7.3 (2007) and ".AutoCompleteMode = AutoCompleteMode.Suggest;" does not exist ...

So:

  • I like the windowsComboBox way to work like google (The one displayed with "Suggest" mode), but my application is Office 2007 styled and a grey control is not really beautiful among the rest...

 

  • I don't like the Infragistics ultraComboEditor v7 way to work (no drop down list automatically displayed when typing OR dropdown list displayed but you have to click on the dropdown button..) But the ultraCombo style thanks to Office 2007 Infragistics style is beautiful.

As you can see, I'm stucked in the middle!

Is there a way to apply Office 2007 Infragistics style to windows comboBox control ?

Or is there a way to manage to have the same rendering with Infragistics control anyway ..?

Gracie Mille !