Is it possible in WPF to have a Panel and be able to add UserControls to it (Similar to Windows Form

Posted by Sergio Tapia on Stack Overflow See other posts from Stack Overflow or by Sergio Tapia
Published on 2010-04-15T22:26:48Z Indexed on 2010/04/15 22:33 UTC
Read the original article Hit count: 265

Filed under:
|
|

I'm going to be making a user control for person information, I will then populate a panel of some sort with the ammount of people found (one user control for each person).

Can WPF handle this?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about newbie