(WPF) 如何在 ItemsControl 中的项目之间添加分隔符 - 错误修复
我在此网站上找到了解决方案(如何在 ItemsControl 中的项目之间输入分隔符(点击) 并发现bug=((( 这是它:
当我尝试调整 ItemsControl 的大小时会发生这种情况(我已将属性“HorizontalScrollBarVisibility”设置为“禁用”)任何想法我应该如何修复这个错误?
I found solution on this site(How can I input separator between items in an ItemsControl(click) And found bug=(((
Here is it:
It hapens when I trying to resize ItemsControl(I've set property "HorizontalScrollBarVisibility" to "Disable") Any ideas How should I fix this bug?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这并不容易,但我意识到我应该做什么来修复这个错误。我的想法是使用自定义转换器,但我没有任何聪明的想法如何将 ConverterParameter 发送到转换器中。但我已经找到了解决方案。
这是我的转换器:
查找父函数:
这是我的 XAML 代码:
好的。无论如何,如果您有其他想法如何修复此错误,您可以在这里发布您的答案=)
It was not easy,but I realized what shall I do to fix this bug. My idea is to use custom Convertor, but I haven't any clever thoughts How to send ConverterParameter into convertor. But I've found solution.
Here is my convertor:
Find parent function:
Here is my XAML code:
Ok. Any way, If you have another idea how to fix this bug, you could post your answer here=)