Closed NatasaJ17 closed 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.
DrawMode
has to be hidden in order for the Krypton styling to happen, i.e. it is forced to
_comboBox.DrawMode = DrawMode.OwnerDrawVariable;
KryptonComboBox does not have DrawMode property, also it would be nice if DrawItem is visible in designer.