WPF MVVM View with varying number of objects. How to?
- by 0xDEAD BEEF
HI!
I want to design view which will contain multiple objects in different locations. For example - it would be great if viewmodel could have field like list of objects (rectangles) and when i change/add members to list, new rectangles appear on view in specified positions.
How do i create such view/viewmodel?