Andy0x2a 0 Newbie Poster

Hi.

I have a tabControl inside a form. The form's background is blue, yet the tabControl's background is grey ( the default). I am wanting to change the background colour of the tabControl/pages to match the background of the form. The problem I'm having is that I can change the background of the tabPage, but not the colour of the tabcontrol. There is always this border around the tabcontrol with the default grey colour, and the tab pages header at the top is still grey.

Does anyone know how to change the tabcontrol so that it is either transparent, or blue, or doesn't display a border (i've tried setting tabcontrol.margin to 0,0,0,0 and padding to 0,0 but that hasn't done anything).


Regards,

Andy