Hi,

I'm new to C# and I am currently making some sales tracking system. I have a big problem with its user interface.

You see, I have this Form and I put controls in it, specifically a TabControl.
My Form's size is at 1024x768. My TabControl's size is near the Form's width but leaving margins on both sides. Its height doesn't matter at the moment. Now, when I run my program it shows up a 1024x768 user interface, looking clean and good. When I maximize it, the User interface maximizes but the TabControl remains the same thus making a bigger margin on the right side.

I have read about scaling and but It isn't clear to me.

Please help. =)