开发者

Silverlight: Uncached Children elemetn getting cached by SL runtime

开发者 https://www.devze.com 2023-02-24 07:39 出处:网络
Silverlight: I have a parent cached Canvas element having uncached children element having opacity animation.

Silverlight: I have a parent cached Canvas element having uncached children element having opacity animation.

The silverlight runtime automaticaly makes these开发者_开发知识库 children elements cached.

How can I explicitly stop these childrent elements getting cached by SL runtime


Please try set CacheMode="{x:Null}" in your child elements.

0

精彩评论

暂无评论...
验证码 换一张
取 消