I'm trying to get a combobox in winform that has around 5'000 entries. I've run into a problem before - addrange hangs with this many entries. I created a seperate control to do this for myself without lagging, but I'm adding this functionality to existing comboboxes.
I was looking up VirtualizingStackPanel for WPF when trying to see if I could get around this.
Is there a way to improve the performance of addrange for a couple of thousand string entries?