1 Star 1 Fork 678

云傲崖-忘霄 / HandyControl

forked from HandyOrg / HandyControl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

友情链接

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

WpfExtensions - Some syntactic sugar for Wpf development.

中文English

dotnet-version csharp-version IDE-version nuget-version myget-version Github-build-status Nuget

特别声明

HandyControl 项目已加入 dotNET China 组织。

dotnetchina

面向中国

技术交流

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

码云

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

中文文档

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

赞助

贡献者

ghost1372 DingpingZhang M0n7y5 guanguanchuangyu yanchao891012 noctwolf xianyun666 afunc233 DinoChan MrZhangYuan JinhuaChen-OMEC seedtyx KleinPan yxhq AiHaibara walterlv Luoyingliang lindexi danwalmsley varKeytrap xsnakes mmasdivins GF-Huang cuiliang lwqwag Epacik ChoKaPeek shaosu imba-tjd jhm-ciberman musashi-miyamoto

赞助者

bigorange1900 14632791 IUpdatable maplewei sunshang-hl yangkang326 zmrbak AFei19911012 wayne2006 towerDLH BluceBosen MrZhangYuan YC946586 wihalo startewho 5653325 LostAsk sanshiliuxiao QJJMSK dspcjy yaronzz cuiliang GenmTim ms1094392787 ZJHome JeremyWu917 cagedh1 Yangf85 hellozy320 inows oo-simbo 775253959 IanXxu NightwishMeng tonghudan Removable nicecodeclub Jajison xyghy13 icarousfff qiang9420d zhongwcool HenJigg MysticABC

鸣谢

Visual Studio Community 2019 JetBrains Cake

使用HandyControl的项目

quicker phpenv AutumnBox

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

用法

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趋势

Stargazers over time

概览

Overview

Overview-dark

最新示例

Watermark

Watermark

AutoCompleteTextBox

AutoCompleteTextBox

ElementGroup

ElementGroup

UniformSpacingPanel

UniformSpacingPanel

FlexPanel

FlexPanel

历史发布

CheckComboBox

CheckComboBox

ImageSelector

ImageSelector

PropertyGrid

PropertyGrid

Screenshot

Screenshot

GooeyEffect

GooeyEffect

GlowWindow

GlowWindow

FlowDocumentScrollViewerStyle

FlowDocumentScrollViewerStyle

PinBox

PinBox

Effects

Effects

RelativePanel

RelativePanel

Drawer

Drawer

Poptip

Poptip

Divider

Divider

GeometryAnimation

GeometryAnimation

SplitButton

SplitButton

FloatingBlock

FloatingBlock

HoneycombPanel

HoneycombPanel

RunningBlock

RunningBlock

ImageBlock

ImageBlock

ImageBlock

Magnifier

Magnifier

Card

Card

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

RangeSlider

RangeSlider

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

DatePicker

DatePicker

TimePicker

TimePicker

DateTimePicker

DateTimePicker

ScrollViewer

ScrollViewer

CirclePanel

CirclePanel

TransitioningContentControl

TransitioningContentControl

BorderStyle

BorderStyle

Brush

Brush

MIT License Copyright (c) 2018-2022 HandyOrg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

HandyControl是一套WPF控件库,它几乎重写了所有原生样式,同时包含80余款自定义控件 展开 收起
C#
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/fangmin723/HandyControl.git
git@gitee.com:fangmin723/HandyControl.git
fangmin723
HandyControl
HandyControl
master

搜索帮助

14c37bed 8189591 565d56ea 8189591