I have a ListView binding to an ItemsSource and the SelectionChanged event is firing on the load/databound events? I assume that it is bec
ListView
ItemsSource
SelectionChanged
You can try to set the SelectedIndex property to -1 in your binding but this also is not an elegant solution.
I tried to reproduce your behavior but without success. What is the Type of the ItemsSource collection that you are binding to?