All Projects → ghost1372 → Handycontrols

ghost1372 / Handycontrols

Licence: mit
Contains some simple and commonly used WPF controls based on HandyControl

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Handycontrols

ColorPickerLib
A WPF/MVVM implementation of a themeable color picker control.
Stars: ✭ 44 (-87.32%)
Mutual labels:  control, dark-theme, color-picker, wpf
ModernWpf
Modern styles and controls for your WPF applications without need WinRT
Stars: ✭ 65 (-81.27%)
Mutual labels:  xaml, styled-components, dark-theme, wpf
Aura.ui
A Library with a lot of Controls for AvaloniaUI
Stars: ✭ 114 (-67.15%)
Mutual labels:  wpf, xaml, control, styled-components
Avalondock
Our own development branch of the well known WPF document docking library
Stars: ✭ 518 (+49.28%)
Mutual labels:  dark-theme, mvvm, wpf, control
ColorPicker
Customizable Color Picker control for WPF
Stars: ✭ 57 (-83.57%)
Mutual labels:  xaml, control, color-picker, wpf
Handycontrol
Contains some simple and commonly used WPF controls
Stars: ✭ 3,349 (+865.13%)
Mutual labels:  wpf, xaml, control, color-picker
MoalemYar
A personal project for class management, using various technologies like WPF, Entityframwork, CodeFirst, Sqlite, Migration and more
Stars: ✭ 53 (-84.73%)
Mutual labels:  wpf, style, persian, cardview
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 (-67.15%)
Mutual labels:  mvvm, wpf, xaml
Steamtools
🛠「Steam++」是一个开源跨平台的多功能Steam工具箱。
Stars: ✭ 4,458 (+1184.73%)
Mutual labels:  mvvm, wpf, xaml
Mvvmvalidation
Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
Stars: ✭ 141 (-59.37%)
Mutual labels:  mvvm, wpf, xaml
Windowscommunitytoolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,654 (+1241.21%)
Mutual labels:  mvvm, wpf, xaml
Adonis Ui
Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
Stars: ✭ 878 (+153.03%)
Mutual labels:  dark-theme, wpf, xaml
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (-36.6%)
Mutual labels:  dark-theme, mvvm, wpf
Reactivehistory
Reactive undo/redo framework for .NET.
Stars: ✭ 82 (-76.37%)
Mutual labels:  mvvm, wpf, xaml
Wpfbindingerrors
💥 Turn WPF Binding errors into exception
Stars: ✭ 73 (-78.96%)
Mutual labels:  mvvm, wpf, xaml
Reactiveproperty
ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target framework is .NET Standard 2.0.
Stars: ✭ 603 (+73.78%)
Mutual labels:  mvvm, wpf, xaml
Panuon.UI.Silver
Professional wpf ui library.
Stars: ✭ 391 (+12.68%)
Mutual labels:  control, wpf, style
tsstyled
A small, fast, and simple CSS-in-JS solution for React.
Stars: ✭ 52 (-85.01%)
Mutual labels:  components, styled-components, style
Fluent.ribbon
WPF Ribbon control like in Office
Stars: ✭ 1,895 (+446.11%)
Mutual labels:  wpf, xaml, control
YouTube-Downloader
An easy-to-use, YouTube video downloader, without pesky ads or malware.
Stars: ✭ 22 (-93.66%)
Mutual labels:  xaml, wpf, mvvm

dotnet-version csharp-version IDE-version nuget-version Github-build-status Join the chat at https://gitter.im/HandyControls/community Nuget Document Issues


🙌 Use donations to help support your project! 🙌


Welcome to HandyControl

This project is based on HandyControl and includes some controls and features that are not included in the original project [for example support for Persian Calendar and PersianDate, More Controls and More Styles] See what's there

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

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

Special thanks to

Visual Studio Community 2019 JetBrains Cake Gitter

Projects using HandyControl

quicker phpenv AutumnBox

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

Usage

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

Install-Package HandyControls

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

<Application xmlns:hc="https://handyorg.github.io/handycontrol">
  <Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
             <hc:ThemeResources/>
             <hc:Theme/>
         </ResourceDictionary.MergedDictionaries>
     </ResourceDictionary>
  </Application.Resources>
</Application>

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

UniformSpacingPanel

UniformSpacingPanel

FlexPanel

FlexPanel

CheckComboBox

CheckComboBox

ImageSelector

ImageSelector

PropertyGrid

PropertyGrid

History publication

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].