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
'WPF' 카테고리의 다른 글
[ FindName , RegisterName ] 동적으로 등록한 컨트롤 이름으로 찾기 (0) | 2012.11.08 |
---|---|
[ImageBrush] WPF 배경이미지 반복 (0) | 2012.10.12 |
[Serializable ,INotifyPropertyChanged ] 오류해결 (0) | 2012.10.11 |
WPF 애니메이션으로 이동한 컨트롤의 실제 위치를 알고 싶을떄 (0) | 2012.08.22 |
[ BrushConverter / RGB ] RGB 컬러값 WPF에 맞게 뽑아내는 가장 간단한 방법 (0) | 2012.06.22 |
Bing Maps WPF Control (Beta) (0) | 2011.09.30 |
[popup / alert ] 프로그램 좌측하단 작업표시줄 위에 실행하기 (0) | 2011.08.05 |
WPF BasedOn 전역스타일 (0) | 2011.07.28 |
[DataTemplate / UserControl] 데이터 템플릿안에 유저컨트롤 값 바인딩하기 (0) | 2011.04.14 |
[Binding] 바인딩으로 금액표시 / 콤마표시 만들기 (0) | 2011.03.22 |