Is it possible in WPF to have a Panel and be able to add UserControls to it (Similar to Windows Form
- by Sergio Tapia
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?