wpf datagrid FrozenColumnCount 和带有装饰器的用户控件
我有一个 FrozenColumnCount 设置为 1 的 DataGrid 和一些 DataTemplateColumns,其中包含一个使用装饰器的控件(简单地说,一个带有显示文本“Unit”或类似内容的装饰器的文本框)。如果我使用 HorizontalScrollbar,装饰器位于固定列之前。我该如何解决这个问题。
i have a DataGrid with FrozenColumnCount set to one and some DataTemplateColumns which contains a control which uses an adorner (simply lets say a TextBox with an Adorner which shows the Text "Unit" or somelike). If I use the HorizontalScrollbar the adorner lays before the fixed column. How can I solve this problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是装饰者的本质,他们将永远处于“顶部” 。
This is the nature of Adorners, they will always be on "top".