Like mx: Panel, this is a container control and is used to layout controls.
像mx: Panel一样,这也是一个用于控制布局的容器控件。
The StackPanel control is a simple layout panel that supports positioning its contained controls in either a row or column layout.
StackPanel是一种简单的布局面板,它支持用行或列的方式来定位其中包含的控件。
The Grid control is the most flexible layout panel, and supports arranging controls in multi-row and multi-column layouts.
Grid 控件是最灵活的布局面板,它支持用多行和多列的方式排布控件。
应用推荐