ContentControl is a base class for controls that contain other elements and have a "Content" property ContentPresenter is used inside control templates to display content. 1.Inside ControlTemplate use ContentPresenter 3.Subclass ContentControl if you are creating a custom "lookless" control that host content
2012-09-01 20:58
This blog is frozen. No new comments or edits allowed.
ContentControl is a base class for controls that contain other elements and have a "Content" property
ContentPresenter is used inside control templates to display content.
1.Inside ControlTemplate use ContentPresenter
3.Subclass ContentControl if you are creating a custom "lookless" control that host content