HandyControl

Contains some simple and commonly used WPF controls

MIT License

Stars
5.6K
Committers
49

友情链接

SimpleFactoryGenerator - A simple factory source generator that enables the pattern to not violate the open-close principle.

WpfExtensions - Some syntactic sugar for Wpf development.

特别声明

HandyControl 项目已加入 dotNET China 组织。

面向中国

技术交流

https://join.slack.com/t/handycontrol/shared_invite/zt-sw29prqd-okFmRlmETdtWhnF7C3foxA

码云

https://gitee.com/handyorg/HandyControl/

中文文档

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

赞助

贡献者

赞助者

鸣谢

使用HandyControl的项目

如果你的项目没有被列出,请告知我们! 😀

用法

Step 1: 添加 HandyControl 引用,或在 nuget 上搜索 HandyControl;

Install-Package HandyControl

Step 2: 在 App.xaml 中添加如下代码:

<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: 添加命名空间: xmlns:hc="https://handyorg.github.io/handycontrol"

Step 4: 开始编码

VS插件

VS2019

Star趋势

概览

最新示例

Watermark

AutoCompleteTextBox

ElementGroup

UniformSpacingPanel

FlexPanel

历史发布

CheckComboBox

ImageSelector

PropertyGrid

Screenshot

GooeyEffect

GlowWindow

FlowDocumentScrollViewerStyle

PinBox

Effects

RelativePanel

Drawer

Poptip

Divider

GeometryAnimation

SplitButton

FloatingBlock

HoneycombPanel

RunningBlock

ImageBlock

Magnifier

Card

ButtonGroup

Grid

SideMenu

NotifyIcon

Dialog

WaveProgressBar

Badge

Gravatar

GoToTop

ChatBubble

Label

Transfer

ProgressButton

CoverFlow

CoverView

MessageBox

WaterfallPanel

Rate

BlurWindow

FlipClock

Shield

OutlineText

Tag

ToolBar

Slider

RangeSlider

CircleProgressBar

ButtonStyle

ToggleButtonStyle

RadioButtonStyle

CheckBoxStyle

ListBoxStyle

TreeViewStyle

ListViewStyle

DataGrid

Now you can switch to dark theme

ColorPicker

Loading

Carousel

Pagination

Expander

TimeBar

ImageBrowser

PreviewSlider

CompareSlider

Growl

AnimationPath

ProgressBar

TabControl

TabControlStyle

GroupBox

StepBar

GifImage

ContextMenu

Calendar

Clock

CalendarWithClock

TextBlock

RichTextBoxStyle

TextBox

ComboBox

NumericUpDown

SearchBar

PasswordBox

DatePicker

TimePicker

DateTimePicker

ScrollViewer

CirclePanel

TransitioningContentControl

BorderStyle

Brush