具有多行行的 WPF DataGrid
我有接下来的 2 个网格和相同的标题结构: 网格结构
该结构最重要的是在标题和网格上实现双线功能。 我需要在第一行和第二行上具有排序功能,并在购买的行上具有默认的标题样式(因为如果我在一个标题中添加 2 个文本块,它们将不具有此功能)。
这可能吗?
I have the next 2 grids and the same header structure:
grids structure
The most importent thing from this structure is to implement the double line functionality on the header and also on the grids.
I need to have the sorting functionality on the first line and also on the second, and to have the default header style on bought lines( because if I add 2 textblocks in one header they will not have this functionality).
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是您答案的一部分
This might be part of you answer