0

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.

Blachshma
  • 17,097
  • 4
  • 58
  • 72
Harry
  • 338
  • 1
  • 6
  • 19
  • Please add some relevant code to your question so we can better understand your scenario. – Blachshma Oct 31 '12 at 11:11
  • Hi, Assuming I have Assuming I have a grid with three controls one listed above in a row and my requirement is upon clicking on a button(+) beside row I want to generate another row with the same set of controls from view model is it possible with out codebehind code though viewmodel. – Harry Nov 05 '12 at 11:43

0 Answers0