Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么可以DockPanel做StackPanel而不能做?如果有人有一个可以用 a 实现的图像StackPanel,但不是 a DockPanel,那就太好了。
DockPanel
StackPanel
堆栈面板:StackPanel顾名思义,水平或垂直排列内容。垂直是默认值,但可以使用Orientation属性进行更改。内容会根据方向自动拉伸(见下面的截图),这可以通过更改HorizontalAlignmentorVerticalAlignment属性来控制。
Orientation
HorizontalAlignment
VerticalAlignment
Dock Panel:DockPanel用于将元素锚定到容器边缘,是设置应用程序 UI 整体结构的不错选择。元素使用DockPanel.Dock附加属性停靠。元素停靠的顺序决定了布局。
DockPanel.Dock