滑动时滑块控件周围的 wpf 红色边框
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这听起来像是一个验证边界。您的滑块上有验证绑定吗?
This sounds like a validation border. Do you have validation bindings on your slider?
事实上,这是一个验证边界。如果您没有任何自定义验证绑定,则意味着您滑动时发生了一些异常。
在调试会话中打开“调试 - 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.