ComboBox

G

Guest

Hi,

Why does all the other controls have FlatStyle of Flat and the ComboBox
does not? If I configure a form to have all Flat, the ComboBox stands out
like a pink cow in a dairy. Why the inconsistency? Somebody forget something
or was it BY DESIGN to have inconsistencies?
 
H

Herfried K. Wagner [MVP]

* said:
Why does all the other controls have FlatStyle of Flat and the ComboBox
does not? If I configure a form to have all Flat, the ComboBox stands out
like a pink cow in a dairy. Why the inconsistency? Somebody forget something
or was it BY DESIGN to have inconsistencies?

That's by design. You can create your own "ownerdrawn" combobox:

<http://www.codeproject.com/vb/net/FlatCombo.asp>
 
J

Jose Caliente

By design? I think not, the forgot or didn't want to to do it. VS 2004
will have a flat combo.
jc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top