Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

KryptonCombobox does not have DrawMode and IntegralHeight properties #203

Closed
NatasaJ17 opened this issue Jul 4, 2019 · 3 comments · Fixed by #206
Closed

KryptonCombobox does not have DrawMode and IntegralHeight properties #203

NatasaJ17 opened this issue Jul 4, 2019 · 3 comments · Fixed by #206
Assignees
Labels
done The issue has been solved enhancement question

Comments

@NatasaJ17
Copy link

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

@NatasaJ17
Copy link
Author

NatasaJ17 commented Jul 4, 2019

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.

@NatasaJ17 NatasaJ17 changed the title KryptonCombobox does not have DrawMode property KryptonCombobox does not have DrawMode and IntegralHeight properties Jul 4, 2019
@Smurf-IV Smurf-IV self-assigned this Jul 6, 2019
@Smurf-IV
Copy link
Collaborator

Smurf-IV commented Jul 6, 2019

#198 will sort the drawItem

@Smurf-IV
Copy link
Collaborator

Smurf-IV commented Jul 6, 2019

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

_comboBox.DrawMode = DrawMode.OwnerDrawVariable;

Smurf-IV added a commit that referenced this issue Jul 6, 2019
Fix #198: DrawItem event for KryptonComboBox 
- Make sure that the additional event is exposed correctly in the designer
Fix #203: KryptonCombobox does not have DrawMode and IntegralHeight properties 
- Add IntegralHeight Property
@Smurf-IV Smurf-IV added done The issue has been solved and removed in progress labels Jul 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
done The issue has been solved enhancement question
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants