>Is there a class for grid or table in MFC 2.0?
> Carl Hoang cho...@winternet.com
No.
.B ekiM
I believe 4.0 will have a grid control (from what I saw at dev days.)
--
dan hibbitts - hibb...@ic.net
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
What they showed at developer days was a OLE control, not an embedded grid.
The Objective Grid/MFC from Stefan Hoenig (10004...@compuserve.com) is an
overall great product. I've been beta testing it for him start last Febuary.
-
Chris E. Galas