Does C# (WinForms) support adding a view or control to another control? Could anyone give me an example? Thanks in advance.
I use this code in Objective-C.
[aView addSubview:anotherView];
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this programatically with a Panel.
You could also use Visual Studio’s Designer GUI to create a UserControl, which is more reusable, since you will be able to drag and drop it on to any form at design time.
Sorry if I misunderstand the question.
alt text http://img214.imageshack.us/img214/5861/captureek.png