WPF
Extended WPF Toolkit
스티커
2011. 10. 5. 09:49
WPF 툴킷입니다.
다운로드 : http://wpftoolkit.codeplex.com/
사용환경
아래는 몇개의 DEMO 컨트롤
BusyIndicator
CalculatorUpDown
돋보기도 있네? ㅋ
The Extended WPF Toolkit is a collection of WPF controls, components and utilities made available outside the normal WPF Toolkit.
What's in the 1.5.0 Release?
- BusyIndicator
- ButtonSpinner
- Calculator
- CalculatorUpDown
- CheckListBox - New Control
- ChildWindow
- CollectionEditor - New Control
- CollectionEditorDialog - New Control
- ColorCanvas
- ColorPicker
- DateTimePicker
- DateTimeUpDown
- DecimalUpDown
- DoubleUpDown
- DropDownButton - New Control
- IntegerUpDown
- Magnifier
- MaskedTextBox
- MessageBox
- MultiLineTextEditor - New Control
- PrimitiveTypeCollectionEditor - New Control
- PropertyGrid - Beta
- RichTextBox
- RichTextBoxFormatBar
- SplitButton
- TimePicker
- WatermarkTextBox
- Wizard - New Control
사용방법
Instructions for using the Extended WPF Toolkit binaries:
- Install .NET Framework 4.0
- Download the ExtendedWPFToolkit_Binaries
- Unblock the ZIP file.
- Right-click ExtendedWPFToolkit_Binaries.zip -> Properties -> Unblock
- Unzip the ExtendedWPFToolkit_Binaries.zip
- Reference the binaries in your project:
- Reference WPFToolkit.Extended.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:extToolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit/extended") to the top of XAML files
- Remember to use the namespace prefix (in the above example, <extToolkit: ...>) in the body of your XAML