C# equivalent to Objective-C's addSubview
- by nonamelive
Hi,
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];