mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2025-12-06 08:09:14 +08:00
master
Improved code formatting and consistency in DateTimePicker.cs and TimePicker.cs by splitting long lines and enhancing readability. Also fixed null handling and text synchronization for selected values in TimePicker.
Blogroll
SimpleFactoryGenerator - A simple factory source generator that enables the pattern to not violate the open-close principle.
WpfExtensions - Some syntactic sugar for Wpf development.
面向中国
技术交流
https://join.slack.com/t/handycontrol/shared_invite/zt-sw29prqd-okFmRlmETdtWhnF7C3foxA
码云
https://gitee.com/handyorg/HandyControl/
中文文档
https://handyorg.github.io/handycontrol/
赞助
Contributors
Backers
Special thanks to
Projects using HandyControl
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
Overview
Latest examples
ConfettiCannon
Watermark
AutoCompleteTextBox
ElementGroup
UniformSpacingPanel
History publication
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
Languages
C#
99.8%












































































































