Tagged Questions
13
votes
2answers
8k views
WPF ListView Very Slow Performance - Why? (ElementHost, or Other Reason?)
I have a Windows Forms app, that has a single ElementHost containing a WPF UserControl... in my WPF, I have a VERY simple ListView:
<ListView Margin="4" ItemsSource="{Binding Notifications}">
...