wpf datagrid FrozenColumnCount 和带有装饰器的用户控件

发布于 2024-12-03 13:05:12 字数 170 浏览 5 评论 0原文

我有一个 FrozenColumnCount 设置为 1 的 DataGrid 和一些 DataTemplateColumns,其中包含一个使用装饰器的控件(简单地说,一个带有显示文本“Unit”或类似内容的装饰器的文本框)。如果我使用 Horizo​​ntalScrollbar,装饰器位于固定列之前。我该如何解决这个问题。

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 技术交流群。

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

发布评论

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

评论(1

鹿港巷口少年归 2024-12-10 13:05:12

这是装饰者的本质,他们将永远处于“顶部” 。

放置在装饰层中的任何内容都会呈现在其余层之上
您设置的任何样式。换句话说,装饰者总是在视觉上
在顶部并且不能使用 z 顺序覆盖。

This is the nature of Adorners, they will always be on "top".

Anything placed in the adorner layer is rendered on top of the rest of
any styles you have set. In other words, adorners are always visually
on top and cannot be overridden using z-order.

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