Hi,
Is there any control in WPF like we have Panel control in WinForm in which we can add controls at runtime
panel1.Controls.Add(button1);
I am looking for the similar control which can solve my purpose.
Anybody know, please tell me and provide some code snippet also.
Thanks a lot!