How to Create Control array at Design Time for ListBox in Windows C# ?
Any help/ideas are appreciated. Thanks.
How to Create Control array at Design Time for ListBox in Windows C# ?
Any help/ideas are appreciated. Thanks.
I think Control Arrays are gone in Net Framework, but instead you can create a collection of Listbox. This article will guide you through.