有三个WPF新控件:DataGrid、DatePicker、DateCalendar。
地址:http://www.codeplex.com/wpf
需要安装.NET Framework 3.5 SP1
Please note: The WPF Toolkit is dependent on .NET Framework 3.5 SP1. You must install .NET Framework 3.5 SP1 in order to use any features in the Toolkit.
Instructions for using the WPF Toolkit Preview binaries:
- Install .NET Framework 3.5 SP1
- Download the WPFToolkitBinaries or WPFToolkitBinariesAndSource
- Run the WPFToolkit.msi to install the WPFToolkit.dll and WPF Toolkit design time binaries to your Program Files folder
- Reference the binaries in your project:
- Reference WPFToolkit.dll in your project
- Add a using statement ("using Microsoft.Windows.Controls;") to the top of .cs files
- Add a new xmlns (for example, xmlns:toolkit="http://schemas.microsoft.com/wpf/2008/toolkit") to the top of XAML files
- Remember to use the namespace prefix (in the above example, <toolkit: ...>) in the body of your XAML
浙公网安备 33010602011771号