The big picture: I have a custom child control that generates various text fields, datepickers, combos, etc. based on the properties that I set. This control is embedded in various places in my SL application.
I usually use the MVVM pattern, and I want to bind the values โโof these dynamic controls to my main page view model.
I always know that there will be 8 controls on the form, so I can have dependency properties to bind the controls. Then, controls that reference this control can use the data binding that was entered when the MVVM template was saved.
Question: how to program values โโof dynamic controls for dependency properties?
Thanks Mark
silverlight mvvm binding
Mark cooper
source share