I may not be using the right control for what I want. I\'m filling a table with controls and I want each column to automatically size to the controls contained within it. Fo
You could use multiple splitContainers one inside another's panel. But don't use many nested panels, you might get resize/redraw issues like this.
You can find many examples if you want to use SplitContainer.