I have written a grid class in MFC 2.0 (also supporting MFC 3.2).
The class can be linked as a static or dynamic library to your MFC application.
Some features of the grid class:
- dynamic row and column memory management
- resizable rows and columns
- moveable rows and columns
- fixed rows and columns
- ownerdraw grid cells
- support for cell types:
text, bitmap, transparent bitmaps, icons
- in-cell-editing for text cells
- advanced control of alignment, selection, color and font of each cell
- auto sizing of column width and row height
(even during in-cell-editing)
- notifying messages for the most actions
The ALPHA-release will be available soon (I will post a short message to this
newsgroup).
todo:
- class for masked edit in the in-place editor
- minor bug fixes
- documentation
--
Klaus Hoppe
EMAIL : k...@informatik.uni-kiel.d400.de