To date I have not needed grids. On the basis that there is too much knowledge in the world, I have avoided learning anything about them.
Now what is needed is a grid (whatever that means exactly) which works like an ownerdrawn listview in that the whole grid does not need to be generated, just what is in view. I'm guessing that when cells are modified, they are added to a list which is searched when the grid is redrawn. Am I on the right lines?
There are several grids in the source code forum, my inclination would be to use a feature-poor one for a start, any suggestions?
Now what is needed is a grid (whatever that means exactly) which works like an ownerdrawn listview in that the whole grid does not need to be generated, just what is in view. I'm guessing that when cells are modified, they are added to a list which is searched when the grid is redrawn. Am I on the right lines?
There are several grids in the source code forum, my inclination would be to use a feature-poor one for a start, any suggestions?
Comment