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

Possible to support more DropDownStyle in ComboBox? #103

Closed KyleChen9999 closed 4 years ago

KyleChen9999 commented 4 years ago

Hi Dennis,

First thank you for your work which brings mordern UI for old WinForms application. I have noticed you've fixed the drawingItem issue in ComboBox which is good. Is there any chance you can work on ComboBox control to enable the option "DropDown", "DropDownSimple" for DropDownStyle as well? I know the original code forces ComboBox to use "DropDownList" only because seems no way or too difficult to style the embed Text Box... I checked the code and have no clue how to do it at all. If you can help, it'll be much appreciated!

Kyle

Sorry about this - it's already there. Please ignore this.

JLuboff commented 3 years ago

@KyleChen9999 How were you able to implement this? I have tried programmically

combobox.DropDownStyle = ComboBoxStyle.DropDown

But it has not affect... and I don't see it in the properties list (GUI)