# Containers

- [Page](/docs/controls/containers/page.md): Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active page at any given time.
- [Form](/docs/controls/containers/form.md): Represents a window or dialog box that makes up an application's user interface.
- [Desktop](/docs/controls/containers/desktop.md): Represents a desktop container that can host floating windows.
- [Panel](/docs/controls/containers/panel.md): Represents a collapsible panel with an optional header that contains a group of controls.
- [FlexLayoutPanel](/docs/controls/containers/flexlayoutpanel.md): Represents a panel that dynamically arranges its child controls.
- [FlowLayoutPanel](/docs/controls/containers/flowlayoutpanel.md): Represents a panel that dynamically arranges its children horizontally or vertically in automatic rows or columns.
- [TableLayoutPanel](/docs/controls/containers/tablelayoutpanel.md): Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
- [GroupBox](/docs/controls/containers/groupbox.md): Represents a Wisej.NET control that displays a frame around a group of controls with an optional caption.
- [Accordion](/docs/controls/containers/accordion.md): Displays collapsible set of AccordionPanel panels for presenting information in a limited amount of space.
- [TabControl](/docs/controls/containers/tabcontrol.md): Manages a related set of tab pages.
- [UserPopup](/docs/controls/containers/userpopup.md): Provides an empty popup container that can be attached to other controls.
- [UserControl](/docs/controls/containers/usercontrol.md): Provides an empty control that can be used to create other controls.
- [ToolBar](/docs/controls/containers/toolbar.md): Represents a toolbar component.
- [StatusBar](/docs/controls/containers/statusbar.md): Displays information to the user in a about the object being viewed, the object's components, or the object's operation.
- [SplitContainer](/docs/controls/containers/splitcontainer.md): Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
- [SlideBar](/docs/controls/containers/slidebar.md): Displays child controls vertically or horizontally in a scrollable container.
