WPF 툴킷입니다.

다운로드 : http://wpftoolkit.codeplex.com/

사용환경

image

아래는 몇개의 DEMO 컨트롤

BusyIndicator

image

CalculatorUpDown

image

돋보기도 있네? ㅋ

image

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?

사용방법

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
    2. Add a using statement ("using Microsoft.Windows.Controls;") to the top of .cs files
    3. Add a new xmlns (for example, xmlns:extToolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit/extended") to the top of XAML files
    4. Remember to use the namespace prefix (in the above example, <extToolkit: ...>) in the body of your XAML

+ Recent posts