如何引用Telerik UI for UWP

宇文学博
2023-12-01

Telerik是非常好用的UI库,现在对UWP项目已经免费开源。下面是如何使用引入Telerik for UWP的方法


1- 将Telerik.UI.for.UniversalWindowsPlatform的Nuget包安装到本地

2- 打开一个XAML页面,并将鼠标移至Toolbox

3- 右键空白处,点击“添加项目卡”

4- 输入Tab名称

5- 右键Tab,点击“选择项目”

6- 点击浏览,根据目录选择相应的dll文件。C:\Users\%USERNAME%\.nuget\packages\telerik.ui.for.universalwindowsplatform

7- 确定完成


Resource: http://www.telerik.com/blogs/getting-started-with-telerik-ui-for-uwp



  1. Add the Telerik.UI.for.UniversalWindowsPlatform NuGet package to your application
  2. Open any XAML page and navigate to the Toolbox window of Visual Studio (Ctrl+Alt+X)
  3. Right-click in a blank area and select, "Add Tab"
  4. Specify the tab to something meaningful (i.e. "Telerik UI for UWP")
  5. Right-click in this tab and select, "Choose Items…"
  6. Click the Browse button in the Choose Toolbox Items dialog and navigate to the following folder on your machine: C:\Users\%USERNAME%\.nuget\packages\telerik.ui.for.universalwindowsplatform

 类似资料: