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

ComboBox.DropDownStyle does nothing #116

Closed JLuboff closed 3 years ago

JLuboff commented 3 years ago

I'm trying to change the combobox drop down style to DropDown instead of DropDownList but I have tried programmically

combobox.DropDownStyle = ComboBoxStyle.DropDown

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

dennismagno commented 3 years ago

I think the dropdown style have some issue that is why it was not yet supported when using MetroStyle.

JLuboff commented 3 years ago

Thanks for the reply @dennismagno . So did this PR merge 9f3f364 not actually do anything?