How to use Combo Box AddRange in WPF C#
- by Sandeep Bansal
Hi everyone,
I have a little problem, I have an array and I want to add that in a Combobox, so I want to use the AddRange method, but it isn't available in WPF, is there a way that I can do it in the combobox?
Thanks.