can anyone giveme a pointer or a code how to edit a listitem or subitem with a double click. I already have an example project, but some of the codes are kinda complicated. I am thinking, if i could just get the col and row value of listview it would be easier(unfortunately i dont believe that there is).
I want a textbox to appear on the double clicked cell (on alistview) and the content of such cell is then transfered to the textbox, after entering or clicking somewhere(textbox lost focus) the text of the edited cell will be then changed.
Can anyone help me on this?