Panel

As an application designer, you can use a panel as a container to group any type of widgets together, so that when a panel is moved, copied, deleted, shown, or hidden, all the widgets in the panel will follow it. In addition, you can nest a panel inside another panel.

The panel widget has the following specific properties:

Property

Property Value

Property Description

Name

String

Defines the unique name of a panel. If you do not enter a name, the system takes the default name (for example Panel_1).

Panel Style

Property

Property Value

Property Description

Horizontal Scroll

Dropdown

Controls whether the horizontal scroll bar will automatically appear or not when the contents in the panel exceed the width of the panel.

Vertical Scroll

Dropdown

Controls whether the vertical scroll bar will automatically appear or not when the contents in the panel exceed the height of the panel.

You can add widgets to a panel by dragging and dropping them to the panel in the Canvas or under the panel in the Outline.

To allow application users to show or hide a panel, you can leverage the script APIs isVisible() and setVisible(). For detailed information, refer to Analytics Designer API Reference.