2012-01-06 84 views

回答

5

您將需要通過右鍵單擊引用在溶液Tree文件夾添加一個引用到Microsoft.Phone.Controls.Toolkit。比起Silverlight的頁面上,你要使用的工具上,您將需要添加一個參考工具包組件:

xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit" 

,然後你可以使用它像:

<toolkit:WrapPanel Orientation="Horizontal" MaxWidth="410" />

相關問題