L
larrylard
A simple question, but I can't find the answer anywhere.
What's the 'correct' way of setting the row header text for a
DataGridView in virtual mode?
There is no RowHeaderNeeded event, nor is CellValueNeeded explicitly
called for header cells. At the moment I am setting the value of
headercell.value for the row of every cell that CellValueNeeded is
called for, but this is both inefficient and technically incorrect.
What am I supposed to be doing?
What's the 'correct' way of setting the row header text for a
DataGridView in virtual mode?
There is no RowHeaderNeeded event, nor is CellValueNeeded explicitly
called for header cells. At the moment I am setting the value of
headercell.value for the row of every cell that CellValueNeeded is
called for, but this is both inefficient and technically incorrect.
What am I supposed to be doing?