1
我」寫這個用戶控件:WPF繼承用戶控件失去VS設計器支持
<my:MyUserControl x:Class="MyClass"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:my="clr-namespace:MyNameSpace.MyControls;assembly=MyAssembly">
</my:MyUserControl>
public partial class Editor : MyNameSpace.MyControls.MyUserControl {}
一切正常,控制顯示在VS 2008的設計師,但我可以直接在元素,因爲它不是單擊並選擇他們與UserControl
。
任何想法如何解決它?