I'm working on a report where I am grouping items together in Panels so that I can correctly dock elements to achieve the right layout. I have the individual items set to CanShrink = true and CanGrow = true, however the Panels seem to remain the same size.
Is there a way to autosize Panels to their contents?