|
I am trying to get a flat toolbar to work with the lighter gray look of the XP toolbar, as with IE.
I am calling Application.EnableVisualStyles(); in Main.
I set ToolBar.Appearance to ToolBarAppearance.Flat.
However, the button bar ends up a darker gray than it should and there are are several additional pixels of gray beneath the buttons.
What am I doing wrong, if anything?
|