list view questions

J

juli jul

Hello,
How can I know if the cell in the list view item was edited?

Another question,I can edit only the first column in it but how can I
edit the secound?
(maybe change their indexes or something)

Thank you very much!
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

You better use a Datagrid, IIRC the listview has no way to edit the others
columns,
If you need to stay with a listview what you can do is calculate the
location of the cell and put a textbox dynamically over it.

cheers,
 
J

juli jul

Hello,
I have to do it with list view. The question is if it's possible that I
will define some column to be the first one (the editable) but in a list
it will appear on the secound place?

Another question is how do I know that some cell in the editable column
been modified?

Thanks!
 

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