diycp / HandyControl

Contains some simple and commonly used WPF controls

Home Page:https://handyorg.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

dotnet-version csharp-version IDE-version nuget-version build-status Join the chat at https://gitter.im/HandyControl/Lobby qq-group wiki repo-size

Welcome to HandyControl

We're all here

qq-group

面向**

中文文档(刚开始写)

https://handyorg.github.io/handycontrol/

捐赠

如果您觉得HandyControl还不错,并且刚好有些闲钱,那么可以选择以下两种方式来捐赠:

Special thanks to

JetBrains

Usage

Step 1:Add a reference to HandyControl or search for HandyControl on the nuget;

Install-Package HandyControl

Step 2:Add code in App.xaml as follows:

<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml"/>
            <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml"/>
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>

Step 3: Add NameSpace: xmlns:hc="https://handyorg.github.io/handycontrol"

Step 4:enjoy coding

VSIX packages for Visual Studio

VS2019

Overview

Overview

Overview-dark

Latest examples

HoneycombPanel

HoneycombPanel

RunningBlock

RunningBlock

ImageBlock

ImageBlock

ImageBlock

Magnifier

Magnifier

Card

Card

History publication

ButtonGroup

ButtonGroup

Grid

Grid

SideMenu

SideMenu

NotifyIcon

NotifyIcon

Dialog

Dialog

WaveProgressBar

WaveProgressBar

Badge

Badge

Gravatar

Gravatar

GoToTop

GoToTop

ChatBubble

ChatBubble

Label

Label

Transfer

Transfer

ProgressButton

ProgressButton

CoverFlow

CoverFlow

CoverView

CoverView

MessageBox

MessageBox

WaterfallPanel

WaterfallPanel

Rate

Rate

BlurWindow

BlurWindow

FlipClock

FlipClock

Shield

Shield

OutlineText

OutlineText

Tag

Tag

ToolBar

ToolBar

Slider

Slider

CircleProgressBar

CircleProgressBar

ButtonStyle

ButtonStyle

ToggleButtonStyle

ToggleButtonStyle

RadioButtonStyle

RadioButtonStyle

CheckBoxStyle

CheckBoxStyle

ListBoxStyle

ListBoxStyle

TreeViewStyle

TreeViewStyle

ListViewStyle

ListViewStyle

DataGrid

DataGrid

Now you can switch to dark theme

dark theme

ColorPicker

ColorPicker

Loading

Loading

Carousel

Carousel

Pagination

Pagination

Expander

Expander

TimeBar

TimeBar

ImageBrowser

ImageBrowser

PreviewSlider

PreviewSlider

CompareSlider

CompareSlider

CompareSlider

Growl

Growl

AnimationPath

AnimationPath

ProgressBar

ProgressBar

TabControl

TabControl

TabControlStyle

TabControlStyle

GroupBox

GroupBox

StepBar

StepBar

GifImage

GifImage

ContextMenu

ContextMenu

Calendar

Calendar

Clock

Clock

CalendarWithClock

CalendarWithClock

TextBlock

TextBlock

RichTextBoxStyle

RichTextBoxStyle

TextBox

TextBox

ComboBox

ComboBox

NumericUpDown

NumericUpDown

SearchBar

SearchBar

PasswordBox

PasswordBox

DataPicker

DataPicker

TimePicker

TimePicker

DateTimePicker

DateTimePicker

ScrollViewer

ScrollViewer

CirclePanel

CirclePanel

BorderStyle

BorderStyle

Brush

Brush

Switching configuration

Switching configuration

About

Contains some simple and commonly used WPF controls

https://handyorg.github.io/

License:MIT License


Languages

Language:C# 100.0%Language:Smalltalk 0.0%