Hi,
I didn't test the ListView but... listen to my thoughts.
Why don't you keep the selected row number in a global B4PPC variable and every time the event SelectionChanged fires, check if the selected row is the same as the previous selected row.
If it is, then this should be the second (false) event. So ignore it.
|