Why is there not a rowchanged event is listview???

  • Thread starter Thread starter Peter van der Veen
  • Start date Start date
P

Peter van der Veen

Hi

Why is there not a rowchanged event is listview???

I display some extra information when a user changed rows.
i tried to use the selectedindexchaned event, but get errors when
trying to read a column value from the listview in that event.

If i use the click event it works fine, but users can also change rows
with the arrowkeys and the keypress event doesnot recognize these.

what do i need?
??????

Peter
 
Hallo Peter,

I did not know it exist, but now I saw that there is a label change for the
listview and I also saw there are two label change events

It is a kind of windows explorer behaviour with change name, but I readed
also and tried that the subItems are not changeable by the user.

But if I am wrong please tell me?

Cor
 
Back
Top