This project tests ListView with some editing capabilities without subclassing.
Thank You for this code. In my Convolution Filters Editor I am searching to replace the ugly editor with a grid control. Yours does excatly what I want. Do you have an update? Now I will try to understand the code to set parts into mine.
Haven't done anything to it for a long time, it was for a one small project only, creating a SQL clause.
David have his editable grid.
Quote from: Grincheux on December 09, 2021, 04:58:36 PM
Thank You for this code. In my Convolution Filters Editor I am searching to replace the ugly editor with a grid control. Yours does excatly what I want. Do you have an update? Now I will try to understand the code to set parts into mine.
Check out http://www.smorgasbordet.com/pellesc/ then
under Windows Samples - Custom Controls - BabyGrid
Also https://www.codeproject.com/Articles/681771/Simple-Grid-A-Win-message-based-grid-control
Also https://github.com/johnvuong20000/DataGrid
John Z
Like I said I will use Mr McDermott's Baby.
The second link does not use MFC but it use C--!
If a member forum made sometinhg interesting we must use it.
This Mister had made a property library, very clean, I have not used it again but it stays in corner of my mind.
Thank every one for the help.
Grincheux, joyeux Noël!
I hope the Simple Grid brightens your holliday :D
Grid Master Mr. DMac,
Is there any location other than CodeProject for your newest version? I only have seen code from 2006 but CodeProject shows a 2013 update. I have used the SysListView32 for a grid in a program but performance is poor over 50 rows or so.
Thanks,
John Z
Hi John Z,
The answer is no, I only posted the code there.
March 28, 2016 Version 2.2.0.0
June 24, 2018 Version 2.2.1.0 (MSVC project only) - fixed bug in MSVC project that was not in the pelles c source.
HTH
OK - thanks
John Z