我試圖創建一個自定義的WPF控件,並將其放置在我的XAML文件中的StackPanel
之內。我原來做了一個自定義的UserControl
,並得到了以下錯誤消息:在StackPanel中放置自定義WPF控件
A value of type 'CustomControl' cannot be added to a collection or dictionary of type 'UIElementCollection'.
我試圖改變從UserControl
我的自定義控件一個UIElement
,但我仍然得到這個消息。如何製作一個自定義控件,我可以將它放在StackPanel
之內?
現在它工作。設計師撒謊。 –