What is the easiest and fastest way to convert an array to BindingList?
Use the BindingList constructor that takes an IList<T>.
var binding = new BindingList<MyType>(myArray);
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With