What's the difference between ContentControl and ContentPresenter?

Viewed 102728

I'm not sure when I should use ContentPresenter instead of ContentControl (and vice-versa). At the moment, I'm using ContentControl pretty much all the time in my DataTemplates. When would ContentPresenter be a better choice? and why?

5 Answers
Related