B
beaker
Hello,
I have a DataGridView and I want to handle the CellContentDoubleClick
event. No problem so far, but when I double click on a cell the
CellContentDoubleClick event only fires if I double click over text, and
not over any 'white space' in the cell. How do I get the event to fire
when I click anywhere in the cell?
(I have SelectionMode set to FullRowSelect if that makes any difference).
Many thanks,
Gary
I have a DataGridView and I want to handle the CellContentDoubleClick
event. No problem so far, but when I double click on a cell the
CellContentDoubleClick event only fires if I double click over text, and
not over any 'white space' in the cell. How do I get the event to fire
when I click anywhere in the cell?
(I have SelectionMode set to FullRowSelect if that makes any difference).
Many thanks,
Gary