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 DataTemplate
s. When would ContentPresenter
be a better choice? and why?
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 DataTemplate
s. When would ContentPresenter
be a better choice? and why?