ListView SelectionChanged event not firing for the first already selected row.
WPF
2
Posts
1
Posters
0
Views
1
Watching
-
I am currently using the SelectionChanged event in my ListView to fire when a row in the GridView is selected. Now I have ran into a problem that if the first row in the gridview is selected the SelectionChange will not fire. Can someone please help me determine how I detect if the first row is the row is selected?
-
I am currently using the SelectionChanged event in my ListView to fire when a row in the GridView is selected. Now I have ran into a problem that if the first row in the gridview is selected the SelectionChange will not fire. Can someone please help me determine how I detect if the first row is the row is selected?
I did find the ListView UnselectAll() function but even that did not work.