一、StackPanel(堆积面板) 这是
基于52个网页-相关网页
Grid & Canvas &StackPanel &Wrappanel 全面解析布局 ; 十一章
StackPanel-Element 堆叠面板
WrapPanel StackPanel 布局面板
At runtime the StackPanel would then automatically arrange the Button controls in a vertical stack for us like below.
在运行时刻,StackPanel会自动在一个垂直地堆叠(stack)中排列我们的按钮(【译注:这也是为什么叫StackPanel的原因】),如下所示?
For example, we could use the StackPanel to vertically arrange three buttons on our page using XAML markup like below.
例如,我们可以用下面的XAML标签在页面上垂直的排布3个按钮。
The StackPanel control is a simple layout panel that supports positioning its contained controls in either a row or column layout.
StackPanel是一种简单的布局面板,它支持用行或列的方式来定位其中包含的控件。
应用推荐