Hello.

I have WPF aplication with two ListView a firt affects second using SelectionChanged="ListView_SelectionChanged" and I need in C# change ItemsSource for second ListView in ListView_SelectionChanged method.

Data is in <Window.Resources> and is it XmlDataProvider.

Can you help me please ?