1

How to Create Control array at Design Time for ListBox in Windows C# ?

Any help/ideas are appreciated. Thanks.

2
  • @alexm: I think OP means, we can Repeat(copy paste) similar controls during design time and give unique Names to each. How can this be done using an Array, at Design time. Commented Jan 4, 2012 at 6:44
  • @Alexm : Group of Controls. Example : I have a Tab control which contains 8 Tabs and for each Tab i want a ListBox so i want to Create Group of ListBox which i can access from their Index. Commented Jan 4, 2012 at 6:45

1 Answer 1

2

I think Control Arrays are gone in Net Framework, but instead you can create a collection of Listbox. This article will guide you through.

other link

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.