I have a FlowLayoutPanel, and I am constantly adding controls to it. They all work, yeah, life is wonderful.
But when the container hits its boundaries, it just stays the same size. Now, I realize I can make it have scrollbars, but this is not what I desire. I want the FlowLayoutPanel to grow in size based on the controls added. Any ideas?
I have AutoSize mode set to true, by the way. This doesn't seem to do anything.