c# - Groupbox with a flowlayout panel inside and autosize = true shrinks like it is empty -
I have a group box that holds a floating panel and is a part of the control in the flow-out panel. I have set up the Flowline tab to dock with my parents, because I do not know how many controls are there in the panel, I have set the group box to autosize right and the autosimode is set to grow and shrink. When I do this, the groupbox contracts as if it is empty. I need captions, so I can not remove the groupbox Anyone know why this is happening?
There is nothing that does not stop anything from shrinking the flowout panel. You must at least set your AutoSize property to True.
Comments
Post a Comment