本文介绍了如何更新数据为模板绑定的scatterview的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用.xaml样式作为我的scatterview,并且我已经能够使用依赖项属性将一些数据放入其中。为此,我使用模板绑定。 

I using a .xaml style for my scatterview and I have been able to put some data into that using dependency properties. For this purpose I am using template binding. 

现在我想动态更新这些字段。依赖项属性已更新,但样式中的元素未更新。

Now I want to update those fields dynamically. The dependency properties are updated but the elements in the style are not updated.

 

提前致谢

Jay Boppana

Jay Boppana

 

推荐答案

  如果你提供一些代码或项目例子,我会尽力帮助你

   if you provide some code or a project exemple i will try to help you

问候


这篇关于如何更新数据为模板绑定的scatterview的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 19:29