C# equivalent to Objective-C's addSubview
Posted
by nonamelive
on Stack Overflow
See other posts from Stack Overflow
or by nonamelive
Published on 2010-03-08T23:56:19Z
Indexed on
2010/03/09
0:06 UTC
Read the original article
Hit count: 430
objective-c
|c#
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];
© Stack Overflow or respective owner