StackPanel objects allow you to manage the layout of your page. The constructor argument is simply a vector of content elements. The default orientation is Vertical: set the Horizontal property to 1 to get a horizontal panel.
The following stack panels contain a Select, some text, and a Button.
This is some text |
The same controls, arranged horizontally.
This is some text |