StackPanel

The StackPanel container control will position each of its child controls in a line, vertically (default) or horizontally, and displays a scrollbar when there is no more room horizontally or vertically.

Use the StackPanel when you want a variable set of controls.

Properties

The key properties of a StackPanel include:

Scripting Syntax

The properties of a control include events. Scripts can be used to set the properties of a control or be used to trigger an action associated with an event. For a StackPanel: