Editable mult-column table

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
 
B

Ben Voigt [C++ MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top