12 2009 档案

Panel performance
摘要:程序: 有四个StackPanel意味着要执行四次measurement和arrangement,第一个父StackPanel让自己的三个孩子StackPanel执行measurement和arragement,这样性能损失严重,修改为:Grid> ... 阅读全文

posted @ 2009-12-08 20:44 oyl 阅读(307) 评论(1) 推荐(0)

StaticResource and DynamicResource 与 性能测试
摘要:WPF provides two ways to access a logical resource:•Statically with StaticResource, meaning the resource is applied only once (the first time it’s nee... 阅读全文

posted @ 2009-12-08 15:44 oyl 阅读(698) 评论(0) 推荐(0)

导航