Is it possible to dynamically allocate WPF controls? For example, I want to have a ScrollViewer, with a TextBox inside, and allocate an additional TextBox every time the last one becomes filled. I want to associate this with a Linked List data structure, so that there is no predetermined limit on the number of values.
↧