文件名称:WtlGrid_src
- 所属分类:
- ListView/ListBox
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 16kb
- 下载次数:
- 0次
- 提 供 者:
- Tia***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
老外写的,比较老,可参考他是如何使用WTL的。-After using WTL for some time, I ve developed the control that I miss the most for the kind of project that I do : A grid.
This one is written from scratch, derived from a CScrollWindowImpl, it has the following features :
Grid is a vector of vector of CString.
It has a optional Toolbar where to add buttons with tooltip for edition operation (see screenshot).
Resizable column title
In place edit using a edit box, a combo box or a check-box.
Collapsible tree like behavior.
Overwritable behavior (BeforeEdit, AfterEdit, CellRendering, etc) via a derivable listener class.
This one is written from scratch, derived from a CScrollWindowImpl, it has the following features :
Grid is a vector of vector of CString.
It has a optional Toolbar where to add buttons with tooltip for edition operation (see screenshot).
Resizable column title
In place edit using a edit box, a combo box or a check-box.
Collapsible tree like behavior.
Overwritable behavior (BeforeEdit, AfterEdit, CellRendering, etc) via a derivable listener class.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
WtlGrid.cpp
WtlGrid.h
WtlGrid.h