> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Panes

> Panes

The `Panes` element is a container for 1 or more [`Pane`][1] elements.

This is a **group element**. It defines the beginning of a group of elements and requires a matching group end element.

## Configuration

| Setting        | Description                                                          |
| :------------- | :------------------------------------------------------------------- |
| width          | The width of the Panes section (px or %)                             |
| hideWhenEmpty  | Whether to hide a pane if it is empty (Bool)                         |
| disablePanes   | Whether to display element groups instead of panes, Bool (v. 4.0.11) |
| noShadow       | Whether to display the pane with shadows (Bool)                      |
| noBottomBorder | Whether to display the pane with a bottom border (Bool)              |
| renderMode     | selected or visited                                                  |
| paddingTop     |                                                                      |
| paddingRight   |                                                                      |
| paddingBottom  |                                                                      |
| paddingLeft    |                                                                      |
| noPadding      |                                                                      |

Padding was introduced in v. 8.0.

[1]: ./pane
