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). |
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. |