cgridlistctrlex icon indicating copy to clipboard operation
cgridlistctrlex copied to clipboard

MFC Grid control using a custom draw CListCtrl with subitem editing and formatting

cgridlistctrlex

Microsoft's CListCtrl has support for displaying data in a grid using the report style. CGridListCtrlEx extends the CListCtrl with the following features:

See CodeProject Article for a quick overview of the CGridListCtrlEx functionality and a demo-application.

See Doxygen Documentation for a quick overview of the CGridListCtrlEx classes.