2008年10月15日

What is the difference between ContentPresenter and ContentControl?

摘要: If you look at these two classes in reflector, you will notice the main difference between them: ContentControl derives from Control, and ContentPrese... 阅读全文

posted @ 2008-10-15 15:02 oyl 阅读(564) 评论(0) 推荐(0) 编辑

What is the difference between Binding and TemplateBinding?

摘要: Binding provides much more flexibility than TemplateBinding, but it’s more costly. TemplateBinding is limited to one scenario but very efficient in wh... 阅读全文

posted @ 2008-10-15 15:01 oyl 阅读(461) 评论(0) 推荐(0) 编辑

What is the difference between CollectionView and CollectionViewSource?

摘要: The short answer is that CollectionView is a view and CollectionViewSource is not. Every time you bind an ItemsControl directly to a collection, we cr... 阅读全文

posted @ 2008-10-15 14:58 oyl 阅读(463) 评论(0) 推荐(0) 编辑

导航