Description: 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.
- [gridctrl] - Grid Control
- [WTLPart1] - WTL father Nenad Stefanovic written by t
- [inside_wtl] - In-depth analysis of WTL, PDF format Col
- [WTLGrid2_src] - 1. A WTL dedicated source DataGrid contr
- [VC6.0Examples] - VC6.0 example of program development, wi
- [grafica] - sine signal graphic you can change the a
File list (Check if you may need any files):
WtlGrid.cpp
WtlGrid.h