list view questions

  • Thread starter Thread starter juli jul
  • Start date Start date
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!
 
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,
 
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!
 
Back
Top