问题
I am developing a MVVM/WPF application where in I have a usercontrol(WPF) which is designed as a Applicatio form and it has got Alias and Email-Id(Key/Value pair) field at the end, which will be input in textbox and these textboxes should be dynmically generated on click of button(+), my concern is placing the cotrol in View from view model- As I am using Grid rows/Column.
Alias1 Email1 Aliaas2 Email2
Any pointers or guidance would be greatly appreciated.
来源:https://stackoverflow.com/questions/13156445/wpf-mvvm-dynamic-control-creation