WPF MVVM View with varying number of objects. How to?
Posted
by 0xDEAD BEEF
on Stack Overflow
See other posts from Stack Overflow
or by 0xDEAD BEEF
Published on 2010-06-02T11:23:17Z
Indexed on
2010/06/02
12:44 UTC
Read the original article
Hit count: 266
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?
© Stack Overflow or respective owner