赞
踩
一、安装Extended WPF Toolkit
找到,项目--管理NuGet程序包,在对话框搜索“Extended WPF Toolkit” 并下载,如下所示:
二、使用
在xaml域名添加 xmlns:extToolkit="http://schemas.xceed.com/wpf/xaml/toolkit"
如果需要增加控件,如下所示:
- <extToolkit:ButtonSpinner Width="200" Height="50" Margin="311,184,281,185"/>
- <extToolkit:PropertyGrid Width="200" Height="50" Margin="63,183,529,186"/>
- <extToolkit:CheckComboBox Width="200" Height="50" Margin="197,81,395,288"/>
最终效果如下图所示:
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。