Updated Home (markdown)

master
DianeXceed 9 years ago
parent
commit
060891b918
  1. 123
      Home.md

123
Home.md

@ -1 +1,122 @@
Welcome to the wpftoolkit wiki!
# Controls
* [[AutoSelectTextBox]]
* [[AvalonDock]]
* [[BusyIndicator]]
* [[ButtonSpinner]]
* [[Calculator]]
* [[CalculatorUpDown]]
* [[Charts]] - **Plus Edition**
* [[CheckComboBox]]
* [[CheckListBox]]
* [[ChildWindow]]
* [[ChildWindow Plus]] - **Plus Edition**
* [[CollectionControl]]
* [[CollectionControlDialog]]
* [[ColorCanvas]]
* [[ColorPicker]]
* [[DataGrid]]
* [[DateTimePicker]]
* [[DateTimeUpDown]]
* [[DropDownButton]]
* [[IconButton]]
* [[FilePicker Plus]] - **Plus Edition**
* [[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](../Panels) (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]]
# Themes
* 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...
[[Themes Usage Instructions]]
# Installation and Usage Instructions
Please note: The Extended WPF Toolkit is dependent on .NET Framework 4.0. You must install .NET Framework 4.0 in order to use any features in the Toolkit.
# Instructions for using the Extended WPF Toolkit binaries:
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
# Installation using NuGet
1. Install NuGet (can be downloaded for [this link](http://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

Loading…
Cancel
Save