I want to display a two column multi-row table in a Windows Forms app.
I want the user to be able to edit all values in both columns. Table
will need to scroll vertically.
What is the best control to use?
I've tried using a ListView but it seems to only let you edit the left-
hand column and even then it's double-click mechanism is very clunky.
TIA,
KK
Ben Voigt [C++ MVP] - 28 Jun 2007 16:57 GMT
>I want to display a two column multi-row table in a Windows Forms app.
> I want the user to be able to edit all values in both columns. Table
> will need to scroll vertically.
>
> What is the best control to use?
DataGridView
> I've tried using a ListView but it seems to only let you edit the left-
> hand column and even then it's double-click mechanism is very clunky.
>
> TIA,
> KK