I have a TabControl, when I choose DockStyle: Fill, it begins to fill from 0,0 over the whole parent. How could I change this coordinats for DockStyle: Fill?
I work with Visual Studio 2010.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t.
Fillmeans exactly that;; it will fill all available space.Instead, you can
Anchorall 4 sides.If you’re trying to put another control next to it, just dock that control to one side.
(you may need to Send to Back)