ComponentFactory / Krypton

Krypton WinForms components for .NET
BSD 3-Clause "New" or "Revised" License
1.88k stars 691 forks source link

ComboBox padding is not working #217

Open davedalmao opened 3 years ago

davedalmao commented 3 years ago

Padding doesn't work in: StateCommon -> ComboBox ->Content -> Padding

StateCommon -> Item->Content -> Padding (if padding is greater than -1 the text will just be blank, but if selected it will be displayed in combobox)

davedalmao commented 3 years ago

StateActive -> ComboBox -> Content -> Padding StateCommon -> ComboBox -> Content -> Padding StateNormal -> ComboBox -> Content -> Padding

I even tried all of these, but padding is still not working.

shogy89development commented 1 year ago

I also have the same issue? @paraJdox did you find the solution meanwhile?

mbagattini commented 1 year ago

I suggest to follow this fork https://github.com/Krypton-Suite, as the original one from ComponentFactory has been dumped on GitHub to make it open source but it's not actively maintained.