Editable mult-column table

  • Thread starter Thread starter kelvin.koogan
  • Start date Start date
K

kelvin.koogan

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
 
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
 
Back
Top