> For the complete documentation index, see [llms.txt](https://academy.any2info.com/any2info-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/application-design/dashboard/controls-toolbox/layout/panel.md).

# Panel

**Category**: Control

**Version**: 1.0

**Last Updated**: May 27, 2026

**Author**: Any2Info

***

### Description

The Panel control allows a dashboard to have multiple controls anchored to a single control. Any Control within a Panel will behave like the Panel Control is its parent and thus move along with it.

***

### General Properties

The Panel control inherits general control Properties such as Position and Size

***

### Special Properties

The Panel control has 3 special properties:

| Name            | Value                   | Explanation                                                                                           |
| --------------- | ----------------------- | ----------------------------------------------------------------------------------------------------- |
| Panel direction | Up/Down/Left/Right/None | The direction in which the panel opens, if closed. None means it can not be opened or closed manually |
| Open            | Boolean                 | The initial state of the Panel                                                                        |
| Scrolling       | Boolean                 | If the Panel should allow scrolling                                                                   |

***

### Tips & Best Practices

* If the information within the Panel is important, set the initial state to open
* If the Panel is not to be closed or opened, set the Panel direction property to none

***

### Examples

Below is the most basic example of a Panel control, containing a simple dropdown as an example. Note that the background colour has been changed from the default, to better highlight the open/close icon at the top of the Panel.

<div align="left"><figure><img src="/files/wpOm1SHK6y3Ba65WyyvZ" alt=""><figcaption></figcaption></figure></div>

Given that the Panel is set to open upwards, when closed it will appear as below, where it is anchored at the bottom of the top image.

<div align="left"><figure><img src="/files/yJ2qayxCsrY9jN4LpwOa" alt=""><figcaption></figcaption></figure></div>

The “anchoring” is dependent on where to the Panel opens.

***

### Changelog

| **Version** | **Date**     | **Change**                       |
| ----------- | ------------ | -------------------------------- |
| 1.0         | May 27, 2026 | Initial document & documentation |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/application-design/dashboard/controls-toolbox/layout/panel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
