# Containers

- [Page](https://docs.wisej.com/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](https://docs.wisej.com/docs/controls/containers/form.md): Represents a window or dialog box that makes up an application's user interface.
- [Desktop](https://docs.wisej.com/docs/controls/containers/desktop.md): Represents a desktop container that can host floating windows.
- [Panel](https://docs.wisej.com/docs/controls/containers/panel.md): Represents a collapsible panel with an optional header that contains a group of controls.
- [FlexLayoutPanel](https://docs.wisej.com/docs/controls/containers/flexlayoutpanel.md): Represents a panel that dynamically arranges its child controls.
- [FlowLayoutPanel](https://docs.wisej.com/docs/controls/containers/flowlayoutpanel.md): Represents a panel that dynamically arranges its children horizontally or vertically in automatic rows or columns.
- [TableLayoutPanel](https://docs.wisej.com/docs/controls/containers/tablelayoutpanel.md): Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
- [GroupBox](https://docs.wisej.com/docs/controls/containers/groupbox.md): Represents a Wisej.NET control that displays a frame around a group of controls with an optional caption.
- [Accordion](https://docs.wisej.com/docs/controls/containers/accordion.md): Displays collapsible set of AccordionPanel panels for presenting information in a limited amount of space.
- [TabControl](https://docs.wisej.com/docs/controls/containers/tabcontrol.md): Manages a related set of tab pages.
- [UserPopup](https://docs.wisej.com/docs/controls/containers/userpopup.md): Provides an empty popup container that can be attached to other controls.
- [UserControl](https://docs.wisej.com/docs/controls/containers/usercontrol.md): Provides an empty control that can be used to create other controls.
- [ToolBar](https://docs.wisej.com/docs/controls/containers/toolbar.md): Represents a toolbar component.
- [StatusBar](https://docs.wisej.com/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](https://docs.wisej.com/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](https://docs.wisej.com/docs/controls/containers/slidebar.md): Displays child controls vertically or horizontally in a scrollable container.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/docs/controls/containers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
