Class Panel

Panel is a widget group with some layout.

class Panel
  : WidgetGroupOf!(beamui.widgets.widget.Widget)

Layout type is controlled via display style property. By default, without specified layout, panel places all children on top of each other inside its padding box.

Fields

1 inherited fields

Methods

NameDescription
createElement ()

4 inherited methods