Whats the best way to implement a combobox so that i have a MRU list?. What im trying to accomplish is something like Internet Explorer has for the Address Bar.
Hello skimania,
This works for me, so I attached a video file representing the MRU feature.
You could also take a look at the following link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/Infragistics2.Win.UltraWinEditors.v11.2~Infragistics.Win.UltraWinEditors.UltraComboEditor~HasMRUList.html
Seriously?
I downloaded this whole thing for a single line of code:
ultraComboEditor1.HasMRUList = true;
Do you think i didn't try that already?
Geez!
This is one of the least documented features in the whole package.
And - it doesn't work!
Hello,
I attached my sample to this post. It demonstrates the MRUList feature. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.