CreateHandle in a Cell of a Grid

PheCotl

New member
Joined
Aug 14, 2006
Messages
1
Programming Experience
3-5
Hi,

i'm trying to add or create a handle for a cell. The Grid containing the cell has a handle, but not the cell itself.
I need that handle, cause i want a Tooltip to be displayed when the cursor is over the cell, to show all the information of the cell.

The problem is, that all tooltips are displayed when the cursor is over the grid.

I tried to make a class inheriting the cell and than adding a CreateHanlde(), but this didn't work, cause it says CreateHandle is protected. :(

Can anyone give me a hint, how to add a handle to the cells?

Thanks in advance

Greetings Florian
 
Back
Top