1
Answer

Delete Rows from Listview in WPF

Hello,


I want to delete rows from listview in WPF. I am getting this error,
"Operation is not valid while ItemsSource is in use. Access and modify elements with ItemsControl.ItemsSource instead."
Answers (1)