WPF Group Box Control
The Group Box Control allows you to visually group content and provide a title for grouped elements. The title bar can display an expand/collapse button allowing you to temporarily hide group content.

This control's features include the following:
-
When used in a Flow Layout Control, you can also enable the Maximize button.
-
The group box always has one child control, such as our Layout Control.
-
You can optionally display a shadow under this control.
To see the Group Box Control in action, please visit the Online Demo page.
|