Grid Control Based on CListCtrl
文件大小: 729k
源码售价: 10 个金币 积分规则     积分充值
资源说明:找了很久才找到的源码,非常强大易用,继承自VC自带的CListCtrl,原有的代码不需要任何改变即可加入,可以轻易做出多种风格的CListCtrl,包括可编辑的表格,类似COMBOX的下拉列表,带图标的,更改背景颜色和前景颜色等,甚至有日期选项框,而且可以单独控制每一列,点击列头自动排序等。而且完全免费使用,内有完整源码和详细使用手册。 Introduction Microsoft's CListCtrl has support for displaying data in a grid using the report style, but we have to make several changes to implement features like: •Sorting •Cell navigation and keyboard search •Tooltips •Hiding and showing columns •Cell editing •Grouping •Clipboard (copy only) •Persist column width, position and visibility •OLE Drag and Drop (includes reordering of items) This article demonstrates how to use CGridListCtrlEx, which implements all the above features while maintaining the Windows XP/Vista look.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。