Blog sul mondo C# e non solo [ITA]
public static void ForceControlRebind(Control cntrl, DependencyProperty depprop) { try { BindingExpression BindExp = cntrl.GetBindingExpression(depprop); Binding Bind = BindExp.ParentBinding; cntrl.SetBinding(depprop, Bind); } catch { } }
Nessun commento:
Posta un commento