Panel

A panel is a generic container. It provides a simple grid layout with no additional decorations. Panel may be put to the cell of parent container's layout grid to form complex interfaces.

This is what an opaque panel with a blue background, holding a single text field, looks like:

By default, a panel is non-opaque, i.e. draws no background, so that any components underneath show through. Opaque panels are filled with background color. Borders can be also added to panels.

Common Properties

A Panel supports the following common widget properties:

Width, Height, Bindings, Visible, Background, Opaque, Border, Cursor, Tooltip, Focusable, Popup Menu

And the following common container properties:

Layout, Scrolling, Smart Scrollbar Policy

Custom Properties

The panel has no custom properties.

Common Events

Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost

Was this page helpful?