From 9ecadc6f67a127274a932dbdf6136f06efbbffee Mon Sep 17 00:00:00 2001 From: XceedBoucherS Date: Wed, 21 May 2025 07:02:23 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 3b41cf2..13d19d0 100644 --- a/Home.md +++ b/Home.md @@ -85,12 +85,12 @@ Please note: The Extended WPF Toolkit is dependent on .NET Framework 4.0( or .NE # Instructions for using the Extended WPF Toolkit binaries: -1. Install .NET Framework 4.0\(or .NET 5/6). +1. Install .NET Framework 4.0\(or .NET 5+). 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) +4. Unzip the ExtendedWPFToolkit_Binaries.zip. Reference the binaries in your project: + 1. Reference Xceed.Wpf.Toolkit.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, or ) in the body of your XAML