Add ability to respond to a click on a cell

Summary

Id: 4089.23
Type: Issue Issue
Current Status: Open

Detail

6 Feb 2004 Open Joshua Lippiner

Feature Request - ability to respond to a single CELL event (i.e. I want to place a button in the last column for each row and when the user clicks on it, know which column and row was clicked).

7 Feb 2004 Open Steve McMahon

I think you may be able to achieve this on MouseDown (or Up) by using GetCursorPos, ScreenToClient and then finding out in which column the click occurred. I will try it out; if it works I'll add a new event to the control.