Typically use the ContentPresenter in the ControlTemplate of a ContentControl to specify where the content is to be added. Every ContentControl type has a ContentPresenter in its default ControlTemplate.
Questions tagged [contentpresenter]
218 questions
229
votes
6 answers
What's the difference between ContentControl and ContentPresenter?
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?

Wilka
- 28,701
- 14
- 75
- 97
44
votes
2 answers
How do I Change the FontFamily on a ContentPresenter?
I have a custom template for an expander that is close to the code below. I had to change some of the code to take out custom classes, brushes, etc..