WpfThemesCollection
WpfThemesCollection copied to clipboard
Performance degraded on item hosts
Using templates you are replacing item hosts of controls like combobox or listbox with stack panel.
Basically what it does is disabling virtualisation of those collections.
You should use default item hosts, which is VirtualizingStackPanel in most cases.