Tagged Questions

1
vote
2answers
158 views

What's the best way of creation of thousands of controls in scrollable area using WPF

I'm using WPF and C#. I have a problem. I need to create a lot of bindable templated controls in scrollable area (they are all of different types). For example 1000 textboxes, 1000 drop down lists, ...