I'm looking for a simple way to add data-virtualization support to WPF ComboBox?
How can I achieve that?
I tried to plug different collections to the ItemsSource property:
- https://www.codeproject.com/Articles/34405/WPF-Data-Virtualization
- https://alphachitech.wordpress.com/2015/01/31/virtualizing-observable-collection
But seems my ComboBox is displaying nothing, am I doing something wrong?
Are they supposed to work with any controls supporting ItemsSource property?