Question Owner Drawn ComboBox FlatStyle

paulw

Member
Joined
Dec 21, 2014
Messages
6
Programming Experience
10+
I'm new here so I hope this is where to post this question.

I'm extending a ComboBox with the DrawMode property set to DrawMode.OwnerDrawFixed. When I do this the FlatStyle property no longer works the same way. Changing the FlatStyle changes the look of the control, but not with the same results as if the DrawMode property wasn't changed.

Is there a way to have an owner drawn ComboBox use the same FlatStyles as the normal ComboBox? Thanks in advance.

-Paul
 
Back
Top Bottom