Hi,
I am creating an application to browse images stored in my Oracle DB. I use WinGrid to show the records and display a thumbnail image on one of the cells.
I want to add a function which double click the thumbnail to show its full image. But after I added the DoubleClickCell Event, it won't fire when I click on the thumbnail.
This event works for other columns, only the thumbnail columns not work. I also tried DoubleClickRow. But the result is just the same.
Do I need to make any change on the settings to achieve this?
Adam
I was not able to reproduce the issue you describe here. I tried adding a column with a data typeof 'Image', assigning images to each cell, and DoubleClickCell fired regardless of where I double-clicked within the cell. If you can attach a simple sample that demonstrates the problem, we can take a look and let you know what's going on.