GroupBox
groupBox
is a container which frames a group of components and assigns them a common title and description to separate them from other screen components. In addition, the component can collapse its contents.
Specific properties:
true
, the container will be able to collapse its contents with a click on +/- icons in its corner.true
, the container will appear collapsed by default.See GroupBox for details.