View Single Post
  #2 (permalink)  
Old 09-03-2007, 04:39 PM
specci48's Avatar
specci48 specci48 is offline
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 638
Default

Hi,

as far as I know: Yes and no...

If you implement a sub
Code:
Sub listView_SelectionChanged
    ...
End Sub
this sub is called, when a different cell is selected (or a different row on FullRowSelect).
BUT this event is not documented yet, because it is a little buggy. After selecting a different cell or row, the SelectionChanged sub is called twice most of the time. If this doesn't matter in your application, I think you can use it.

@ Filippo
If you read this thread, please check why the SelectionChanged event behaves buggy like this. Maybe you can fix it!


specci48
Reply With Quote