stackpanel

  • 网络中间元素
stackpanelstackpanel
  1. At runtime the StackPanel would then automatically arrange the Button controls in a vertical stack for us like below

    在运行时刻,StackPanel会自动在一个垂直地堆叠(stack)中排列我们的按钮(【译注:这也是为什么叫StackPanel的原因】),如下所示

  2. The StackPanel control is a simple layout panel that supports positioning its contained controls in either a row or column layout .

    StackPanel是一种简单的布局面板,它支持用行或列的方式来定位其中包含的控件。