WPF 功能区窗口 - 不带调整大小样式

发布于 2024-12-02 06:16:38 字数 159 浏览 1 评论 0原文

我的 WPF 功能区窗口底部有一个奇怪的边框。仅当我将 RibbonWindow 的 ResizeMode 设置为 NoResize 时才会出现这种情况。如何去掉底部的线?

箭头指向问题

There is a weird border at the bottom of my WPF Ribbon Window. It only occurs when I set the RibbonWindow's ResizeMode to NoResize. How do I get rid of the line at the bottom?

The arrows are pointing to the issue

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

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

发布评论

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

评论(2

心头的小情儿 2024-12-09 06:16:38

我无法用我的版本重现此问题,但我会尝试在 RibbonWindow 的加载事件之后将 ResizeMode 设置为 NoResize。它应该确保在设置值之前已经完成第一次布局。

I can't reproduce this right with my version, but I would try to set the ResizeMode to NoResize after the loaded-event of the RibbonWindow. It should ensure that a first layout pass has been done before setting the value.

寒冷纷飞旳雪 2024-12-09 06:16:38

确保 RibbonWindowWindowStyle 属性设置为 SingleBorderWindow。希望有帮助。

Ensure that WindowStyle property of the RibbonWindow is set as SingleBorderWindow. Hope that helps.

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