-
Notifications
You must be signed in to change notification settings - Fork 878
Home
XceedBoucherS edited this page Aug 19, 2022
·
24 revisions
- AutoSelectTextBox
- AvalonDock
- BusyIndicator
- ButtonSpinner
- Calculator
- CalculatorUpDown
- Charts - Plus Edition
- CheckComboBox
- CheckListBox
- ChildWindow
- ChildWindow Plus - Plus Edition
- CollectionControl
- CollectionControlDialog
- ColorCanvas
- ColorPicker
- DataGrid - Plus Edition
- DateTimePicker
- DateTimeUpDown
- DropDownButton
- ExtendedTabControl - Plus Edition
- FilePicker - Plus Edition
- IconButton
- Magnifier
- MaskedTextBox
- Material Design controls - Plus Edition
- MessageBox
- MessageBox Plus - Plus Edition
- MultiCalendar - Plus Edition
- MultiColumnComboBox - Plus Edition
- MultiLineTextEditor
- NumericUpDown-derived controls (for decimal, double, byte, integer, long, short, and single types)
- Panel controls (SwitchPanel control provides an animated, switchable environment for children and panels)
- PieChart
- PileFlowPanel - Plus Edition
- PrimitiveTypeCollectionEditor
- PropertyGrid
- PropertyGrid Plus - Plus Edition
- RadialGauge - Plus Edition
- RangeSlider
- Rating - Plus Edition
- RichTextBox
- RichTextBoxFormatBar
- SlideShow - Plus Edition
- SplitButton
- StyleableWindow - Plus Edition
- SwitchPanel
- SwitchPanel Plus - Plus Edition
- TimelinePanel
- TimePicker
- TimeSpanUpDown
- TokenizedTextBox - Plus Edition
- ToggleSwitch - Plus Edition
- Ultimate ListBox - Plus Edition
- ValueRangeTextBox
- WatermarkComboBox
- WatermarkPasswordBox - Plus Edition
- WatermarkTextBox
- WindowContainer
- WindowControl
- WindowControl Plus
- Wizard
- Zoombox
- Windows 7
- Windows 8
- Windows 10 - Plus Edition
- Metro Light - Plus Edition
- Metro Dark - Plus Edition
- Office2007 Blue - Plus Edition
- Office2007 Black - Plus Edition
- Office2007 Silver - Plus Edition
- and more...
- Office2007 Silver - Plus Edition
- and more...
Please note: The Extended WPF Toolkit is dependent on .NET Framework 4.0( or .NET 5/6). You must install .NET Framework 4.0(or .NET 5/6) in order to use any features in the Toolkit.
- Install .NET Framework 4.0(or .NET 5/6).
- Download the ExtendedWPFToolkit_Binaries
- Unblock the ZIP file.
- Right-click ExtendedWPFToolkit_Binaries.zip -> Properties -> Unblock
- Unzip the ExtendedWPFToolkit_Binaries.zip 5. Reference the binaries in your project:
- Reference WPFToolkit.Extended.dll in your project (Xceed.Wpf.DataGrid.dll for the datagrid control)
- 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
- 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
- Remember to use the namespace prefix (in the above example, <xctk: ...> or <xcdg: ...>) in the body of your XAML
- Install NuGet (can be downloaded for this link).
- Open your Visual Studio.
- Open your solution/project.
- Open Tools menu, select Library Package Manager and select Package Manager Console
- Run the following command Install-Package Extended.Wpf.Toolkit
- 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
- 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
- Remember to use the namespace prefix (in the above example, <xctk: ...> or <xcdg: ...>) in the body of your XAML