1

基于:

Windows Phone 7 文本框的“UpdateSourceTrigger=PropertyChanged”等效项

如果我的应用程序有 100 个文本框需要更新其来源,我是否必须使用代码来更新它们?

TextBlock1.GetBindingExpression(TexBlock.TextProperty).UpdateSource();
TextBlock2.GetBindingExpression(TexBlock.TextProperty).UpdateSource();

...

TextBlock100.GetBindingExpression(TexBlock.TextProperty).UpdateSource();

我想在没有 VisualTree的情况下做到这一点。类似于使用 DataContext 将更新设置为父对象。

4

0 回答 0