合并 DataGrid 单元格(按行和按列)
这个问题可能之前已经被问过,但我还没有找到解决方案...
我如何合并 WPF DataGrid 中的两个(或更多)单元格...
我发现没有内置的配置可以做到这一点,我什至不知道如何开始
此链接显示了一些信息,但是还是没有运气...
我想做的是我需要根据某个值合并 Particula DataGridRow/DataGridColumn 的两个单元格(这可能是一件好事)就像我们在 Excel
中所做的那样(合并单元格)
This question might have beebn asked earlier but i have not found ne solution....
How can i merge Two(or More) Cells in WPF DataGrid...
I have found no in built provision to do it, also i doint even know how to start
this link shows some light but still no luck...
What i wish to do is i need to Merge Two Cells of a Particula DataGridRow/DataGridColumn based on some value (It can be ne thing) Just like we Do in Excel
(merging cells)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否考虑过为该行中的该单元格创建单元格模板?如果您想重复相同的模式,这是一个主意。您可以根据需要使用堆栈面板来对齐内容。
Have you considered doing cell templates for that cell in the row? If you want the same pattern repeated, that's an idea. You can use stack panels to align things as you need them.