我有一个具有以下代码的 xaml。
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<toolkit:WrapPanel Orientation="Horizontal"/>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
现在错误说名称 wrappanel 确实存在于命名空间 clr-namespace:Microsoft.Phone.Controls 等...
任何想法如何解决它。