tags:

views:

35

answers:

1

I had a big explanation of what I wanted, until I realized that what I'm trying to reproduce is precisely word wrap, but with 200x150 groupboxes.

The only way I can figure to implement it would be to hardcode the positioning of the groupboxes on the resized event of the usercontrol (which I am getting going on right now). I'm wondering if there's another, easier, way that I might be missing.

+2  A: 

Just add the correctly sized group boxes to a FlowLayoutPanel.

Tormod Fjeldskår
/facepalm. Thanks :)
SnOrfus