使用UserControl遇到一些麻烦。我无法摆脱"内容设置不止一次错误"
从我所读到的,常见的原因是......好吧,内容设置不止一次。例如,通过Content =" ..."有多个孩子或设置内容。然后在标记之间指定另一个内容。
但是,这是由VisualStudio生成的UserControl,我没有对xaml进行任何更改。
<UserControl x:Class="TMEGadget.View.Toolbox"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
<Grid>
</Grid>
</UserControl>
有任何提示吗?
P.S:任何人都可以告诉我为什么,当我尝试输入&#34;嘿,\ n \ n有些文字......&#34;,&#34;嘿,\ n \ n&#34;被删除?修改:重启VS修复了问题,感谢@Bolu