如何消除 WPF 中的这种视觉伪影?

发布于 2024-07-26 05:21:00 字数 302 浏览 1 评论 0原文

我有一个带有验证规则的 WPF 页面。 此页面有 2 个网格 - 1 个默认显示,另一个可以切换为通过动画显示(按下按钮,第二个网格的高度以动画方式显示在第一个网格的顶部,第一个网格是禁用)。

我的问题是这样的:我在第一个网格上有验证规则,当其中一个失败时,控件周围会出现红色边框(正如它应该的那样)。 但是,当第二个网格覆盖在第一个网格的顶部时,即使我将第一个网格的可见性设置为隐藏,我仍然可以看到第一个网格的红色边框。

我尝试在两者上设置 Panel.ZIndex 属性,以便我确定第二个网格显示在第一个网格的前面。 有任何想法吗?!

I have a WPF page with validation rules. This page has 2 grids - 1 that's shown by default, and another that can be toggled to show via an animation (a button is pressed, and the second grid's height is animated to show over top of the 1st grid, and the 1st grid is disabled).

My problem is this: I have validation rules on the first grid, and when one of them fails, a red border appears around the control (as it should). But when the second grid is overlayed on top of the first, I can still see the red border from the first grid, even though I set the first grid's Visibility to Hidden.

I've tried setting the Panel.ZIndex property on both so that I'm sure the second grid is showing up in front of the first. Any ideas?!

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

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

发布评论

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

评论(1

故事↓在人 2024-08-02 05:21:00

这个问题包含了我的问题的完美解决方案! 不再有文物!

This Question contained a perfect solution to my problem! No more artifacts!

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