http://wpftoolkit.codeplex.com/documentation
instalación y el uso Instrucciones de
Nota: El kit de herramientas de WPF extendido depende de .NET Framework 4.0. Debe instalar .NET Framework 4.0 para usar cualquier función en el Toolkit.
instrucciones para utilizar las extendidas binarios Toolkit WPF:
1.Install .NET Framework 4.0.
2.Download the ExtendedWPFToolkit_Binaries
3.Unblock the ZIP file. 1.Right-click ExtendedWPFToolkit_Binaries.zip -> Properties -> Unblock
4.Unzip the ExtendedWPFToolkit_Binaries.zip
5.Reference the binaries in your project:
1.Reference WPFToolkit.Extended.dll in your project (Xceed.Wpf.DataGrid.dll for the datagrid control)
2.Add a using statement ("using Xceed.Wpf.Toolkit;" for most of the controls, "using Xceed.Wpf.DataGrid;" for the datagrid control) to the top of .cs files
3.Add a new xmlns (xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" for most of the controls, xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid" for the datagrid control) to the top of XAML files
4.Remember to use the namespace prefix (in the above example, <xctk: ...> or <xcdg: ...>) in the body of your XAML
instalación utilizando NuGet
1.Install NuGet (can be downloaded for this link: https://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c).
2.Open your Visual Studio.
3.Open your solution/project.
4.Open Tools menu, select Library Package Manager and select Package Manager Console
5.Run the following command Install-Package Extended.Wpf.Toolkit
1.Add a using statement ("using Xceed.Wpf.Toolkit;" for most of the controls, "using Xceed.Wpf.DataGrid;" for the datagrid control) to the top of .cs files
2.Add a new xmlns (xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" for most of the controls, xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid" for the datagrid control) to the top of XAML files
3.Remember to use the namespace prefix (in the above example, <xctk: ...> or <xcdg: ...>) in the body of your XAML
Parece que 'NumericUpDown' está obsoleto. De: http://wpftoolkit.codeplex.com/wikipage?title=NumericUpDown. "[OBSOLETO] - Utilice uno de los nuevos controles DecimalUpDown, DoubleUpDown o IntegerUpDown" –
Con IntegerUpDown tengo el mismo error – cadi2108
¿Alguna vez se resolvió este problema? – JLott