Introduction - If you have any usage issues, please Google them yourself
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.