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.
我在堆栈面板中有两个文本块。我将我的文本块高度固定为 66。我还将堆栈面板高度设置为 66。但是,当我运行我的应用程序时,堆栈面板的高度总是大于我的文本块的高度。你知道我该如何解决这个问题吗?
谢谢
设置配置为垂直堆叠元素的堆栈面板的高度没有意义:高度将始终是面板元素高度的总和。
你的问题很可能是文本的边缘。删除它,面板将具有正确的尺寸:
<TextBlock Margin="0,0,0,0" />