在 WPF 中,如何获取 tabItem 的内容来填充可用空间?

发布于 2024-07-19 06:27:47 字数 317 浏览 11 评论 0原文

我不知道我在这里做错了什么。 在下面的 XAML 中,边框不会填充 tabItem 上的可用空间(只是大量空白)。 如何填充整个标签页?

<TabControl>
    <TabItem Header="Plant State">
        <Border Background="Red" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"></Border>
    </TabItem>
</TabControl>

I do not know what I am doing wrong here. In the XAML below, the Border does not fill the available space on the tabItem (just lots of whitespace). How do I fill the entire tab page?

<TabControl>
    <TabItem Header="Plant State">
        <Border Background="Red" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"></Border>
    </TabItem>
</TabControl>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

镜花水月 2024-07-26 06:27:47

我在马特·汉密尔顿的帮助下解决了这个问题。 如果您使用常规 TabControl(默认模板),这实际上可以正常工作。

我正在使用 xaml“主题”来更改默认控件模板。 这导致布局失败,所以我必须调查并找出问题所在。

I figured this out with the help of Matt Hamilton. This actually works fine if you are using a regular TabControl (default Template).

I am using a xaml "theme" that alters the default control template. That is causing the layout to fail, so I will have to investigate and figure out what is wrong.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文