Hey, I was wondering if it was possible to loop through several WPF controls. So lets say I have a control that I want rendered (with different data each time) 10-20 times depending on what it has.
The only alternative I found was to manually create 20 of these user controls and hide the ones I was not using.
Is it possible to loop them?