当控件变得可见时,WPF IDATAError 不显示

发布于 2024-10-02 13:22:58 字数 179 浏览 2 评论 0原文

我对 ErrorTemplate 有一个奇怪的问题。我创建了一个 WPF MVVM 应用程序。我正在使用 ErrorTemplate 和 IDataError 接口来显示错误。在我的表单上,我有一些折叠在堆栈面板中的控件。当我显示控件时,错误模板未显示,但错误功能正在运行,因为用户无法保存记录。有谁知道如何刷新用户界面或显示错误模板? 谢谢!

I have a weird issue with the ErrorTemplate. I created a WPF MVVM application. I am using a ErrorTemplate and the IDataError interface to show errors. On my form I have some controls that are collapsed in a stack panel. When I show the controls the error template is not showing but the error functionality is working because the user can't save the record. Does anyone know how I can refresh the UI or get the error template to show?
Thanks!

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

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

发布评论

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

评论(1

起风了 2024-10-09 13:22:58

你的错误模板使用装饰器吗?如果是这样尝试

<AdornerDecorator>
   <YourStackPanel/>
</AdornerDecorator>

do you use an adorner for your error template? if so try

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