Krypton-Suite-Legacy-Archive / Krypton-NET-5.470

A update to Component factory's krypton toolkit to support the .NET 4.7 framework.
BSD 3-Clause "New" or "Revised" License
78 stars 20 forks source link

KryptonCombobox does not have DrawMode and IntegralHeight properties #203

Closed NatasaJ17 closed 5 years ago

NatasaJ17 commented 5 years ago

KryptonComboBox does not have DrawMode property, also it would be nice if DrawItem is visible in designer.

NatasaJ17 commented 5 years ago

Same for IntegralHeight.
It would be really useful if you can implement these properties. I tried to use underlying control kryptonCombobox.Combobox.DrawMode, but does not work for me.

Smurf-IV commented 5 years ago

198 will sort the drawItem

Smurf-IV commented 5 years ago

DrawMode has to be hidden in order for the Krypton styling to happen, i.e. it is forced to

_comboBox.DrawMode = DrawMode.OwnerDrawVariable;