类型“ ContentPresenter”不支持直接内容

时间:2019-12-20 08:19:34

标签: wpf xaml custom-controls

在XAML页面的WPF中,我收到错误消息。“ ContentPresenter”类型不支持直接内容。enter image description here

内容演示者位于“自定义控件”中。 由于我是WPF的新手,所以我可能未提供适当的信息,如果需要更多信息,请告诉我。 在此先感谢您的帮助!!!

2 个答案:

答案 0 :(得分:1)

I have added content inside the ContentPresenter.
    <ContentPresenter> 
    <ContentPresenter.Content> 
it's working fine now.

答案 1 :(得分:1)

    put <ContentPresenter.Content>  inside <<ContentPresenter>