binding - Silverlight UpdateTarget() workaround for BindingExpression -
Do any suggestion to prepare a solution for the Silverlight update targeting method () that exists in WPF Could? Removing the current binding on the DP and manually setting the value is not an option for me. Thanks
Try something like this in ImageBlobMember with your XML control x: Change name / name and image. With appropriate values depending on the type of control to SourceProperty.
Binding expansion bindexp = imageblog Gatebunging expansion (system.window.control.image.SourceProperty); Binding bind = bindexp Parentbanding; ImageBlobMember.SetBinding (System.Windows.Controls.Image.SourceProperty, Bind);
Comments
Post a Comment