Simple: placing controls uniformly inside a panel
Hello, this is my first post so I hope I dont break any rules.
But I have a basic question. I want to create a control which is a panel, with in total maybe 10 other controls inside of it, mostly of the same type. What I want to do is instead of manually placing them I want them to anchor/dock the controls so that they are a set distance from the left edge of the panel and a set distance from the rest of the controls, vertically.
Any tips of how to achieve this? Can't seem to get Anchor/Dock to work the way I want it to.
Re: Simple: placing controls uniformly inside a panel
Maybe using a TableLayoutPanel to contain your controls will work for you.