[WPF系列]-高级部分 需要区分的东东

ContentControl VS ContentPresenter

What's the difference between ContentControl and ContentPresenter?

ContentPresenter is usually used in a ControlTemplate, as a placeholder to say "put the actual content here".

A ContentControl can be used anywhere, not necessarily in a template. It will pick up any DataTemplate defined for the type of content assigned to it

 

Datatemplate VS Controltemplate

posted @ 2014-12-18 10:00  霍旭东  阅读(305)  评论(0编辑  收藏  举报