TemplateBinding does not work in certain cases(when using TranslateTransform)

倖福魔咒の 提交于 2019-12-04 04:42:16

Try:

{Binding Offset, RelativeSource={RelativeSource TemplatedParent}}

Both of TemplateBing and RelativeSource do not work, so just forget about it if you are targeting WP7.0 (Silverlight 3). Use some other ways to work it around. I actually manually changed the X/Y values of each transform every time the "OffSet" is changed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!