dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

Metro combo box drop down support #33

Closed plecos closed 7 years ago

plecos commented 7 years ago

I have modified the combo box to support the Drop Down style, which is the style which enabled and editing control in the combo box so the user can add an item that is not in the supplied item list.

This modification also support AutoComplete, which if set to something other than None will provide AutoComplete for the Items in the list.

Databinding is supported, as well as all other combo box operations.

I have added this feature so that I can use it in another modification that I will be publishing soon.

Enjoy!