滑动时滑块控件周围的 wpf 红色边框

发布于 2024-12-10 12:23:09 字数 90 浏览 0 评论 0原文

在 WPF 应用程序中滑动滑块控件时,滑块外部会出现红色边框。我想摆脱它。这在 .net 3.5 中没有发生。当应用程序更新到 .net 4 时,这种情况才开始发生。

When sliding my slider control in my WPF app there is a red border that shows up around the outside of the slider. I want to get rid of it. This did not happen in .net 3.5. It just started happening when the app was updated to .net 4.

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

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

发布评论

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

评论(2

鯉魚旗 2024-12-17 12:23:09

这听起来像是一个验证边界。您的滑块上有验证绑定吗?

This sounds like a validation border. Do you have validation bindings on your slider?

为你鎻心 2024-12-17 12:23:09

事实上,这是一个验证边界。如果您没有任何自定义验证绑定,则意味着您滑动时发生了一些异常。
在调试会话中打开“调试 - Windows - 输出”。这帮助我解决了 TreeView 控件的类似问题。

Indeed, this is a validation border. If you don't have any custom validation bindings, it means that some exception occured when you slide.
Open "Debug - Windows - Output" in your debug session. This helped me to resolve a similar issue with my TreeView control.

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