寻找有关复杂表头的建议
我想要一个如下图所示的表头。 有人可以给我关于如何实现这一目标的建议吗? 谢谢。
winform,#c,.net 2.0
复杂标题 http://www.freeimagehosting.net/uploads/9a56a02c92 .jpg
I would like to have a table header that looks like the image shown below.
Could somebody give me suggestions on how I would achieve this.
thanks.
winform, #c, .net 2.0
ComplexHeader http://www.freeimagehosting.net/uploads/9a56a02c92.jpg
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我会尝试实现一个封装三个子列的自定义列类型。
I would try to implement a custom Column type that encapsulate the three sub-columns.
我不知道 .NET 2.0 框架中内置的任何东西可以完成这项工作。然而,Telerik 有一个精彩且功能丰富的网格控件,应该可以解决这个问题:
http:// /www.telerik.com/products/winforms/gridview.aspx
I do not know of anything built into the .NET 2.0 framework that will do the job. However, Telerik has a wonderful and richly features grid control that should do the trick:
http://www.telerik.com/products/winforms/gridview.aspx