I have a form that i want to have a tabControl on it....

I currently have it set to fill the page by the code tabControl1.Dock = DockStyle.Fill;

Problem that i have with it is basically it fills to much on the top.

I did find somthing that is supposed to work but it doesn't for some reason called Dockpadding

their code looked like label1.DockPadding Top = 10; But for some reason i can't see DockPadding in here or that code won't work. Can anyone help?