All Projects → HandyOrg → Handycontrol

HandyOrg / Handycontrol

Licence: mit
Contains some simple and commonly used WPF controls

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Handycontrol

Handycontrols
Contains some simple and commonly used WPF controls based on HandyControl
Stars: ✭ 347 (-89.64%)
Mutual labels:  wpf, xaml, control, color-picker
ModernWpf
Modern styles and controls for your WPF applications without need WinRT
Stars: ✭ 65 (-98.06%)
Mutual labels:  xaml, wpf, wpf-controls, wpf-ui
ColorPicker
Customizable Color Picker control for WPF
Stars: ✭ 57 (-98.3%)
Mutual labels:  xaml, control, color-picker, wpf
Aura.ui
A Library with a lot of Controls for AvaloniaUI
Stars: ✭ 114 (-96.6%)
Mutual labels:  wpf, xaml, control
ColorPickerLib
A WPF/MVVM implementation of a themeable color picker control.
Stars: ✭ 44 (-98.69%)
Mutual labels:  control, color-picker, wpf
Fluent.ribbon
WPF Ribbon control like in Office
Stars: ✭ 1,895 (-43.42%)
Mutual labels:  wpf, xaml, control
wpf-demos
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them.
Stars: ✭ 128 (-96.18%)
Mutual labels:  xaml, wpf, wpf-controls
HandyControl
WPF HandyControl各个控件使用案例;修改主题、颜色、语言。
Stars: ✭ 49 (-98.54%)
Mutual labels:  wpf, wpf-controls, wpf-ui
WPF-Keyboard-Control
WPF Keyboard Control
Stars: ✭ 53 (-98.42%)
Mutual labels:  xaml, wpf, wpf-controls
Toastnotifications
Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
Stars: ✭ 507 (-84.86%)
Mutual labels:  wpf, xaml, control
Controlzex
Shared Controlz for WPF and ... more
Stars: ✭ 561 (-83.25%)
Mutual labels:  wpf, xaml, control
Simplewpfreporting
Reporting in WPF (XAML) made easy
Stars: ✭ 87 (-97.4%)
Mutual labels:  wpf, xaml
Panuonui.silver
Panuon.UI optimized version. A beautiful wpf ui library using templates & attached properties.
Stars: ✭ 1,279 (-61.81%)
Mutual labels:  wpf, control
Snoopwpf
Snoop - The WPF Spy Utility
Stars: ✭ 1,286 (-61.6%)
Mutual labels:  wpf, xaml
Xamlviewer
XAML Viewer is a lightweight XAML editor.
Stars: ✭ 87 (-97.4%)
Mutual labels:  wpf, xaml
Xaml Code Experiences
A collection of the experiences I have collected during days of Xamarin and Wpf, while following the MVVM design pattern.
Stars: ✭ 114 (-96.6%)
Mutual labels:  wpf, xaml
Materialdesigninxamltoolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
Stars: ✭ 11,603 (+246.46%)
Mutual labels:  wpf, xaml
Xamarin Forms Gtk Movies Sample
The Movie DB Xamarin.Forms Sample
Stars: ✭ 83 (-97.52%)
Mutual labels:  wpf, xaml
Arcgis Toolkit Dotnet
Toolkit for ArcGIS Runtime SDK for .NET
Stars: ✭ 125 (-96.27%)
Mutual labels:  wpf, xaml
Forge.forms
Dynamically generated forms and dialogs in WPF
Stars: ✭ 131 (-96.09%)
Mutual labels:  wpf, xaml

中文 English

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

面向中国

技术交流

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

码云

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

中文文档

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

赞助

Contributors

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

Backers

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

Special thanks to

Visual Studio Community 2019 JetBrains Cake

Projects using HandyControl

quicker phpenv AutumnBox

if your project is not listed here, let us know! 😀

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

Stargazers over time

Stargazers over time

Overview

Overview

Overview-dark

Latest examples

AutoCompleteTextBox

AutoCompleteTextBox

ElementGroup

ElementGroup

UniformSpacingPanel

UniformSpacingPanel

FlexPanel

FlexPanel

CheckComboBox

CheckComboBox

History publication

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].