Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

CookPopularControl is a popular wpf control library that provides nearly 80 commonly used components, along with some commonly used methods

License

Notifications You must be signed in to change notification settings

CookCSharp/CookPopularControl

Repository files navigation

Fork me on Gitee

此项目不再维护,请转到该地址CookPopularUI

Welcome to CookPopularControl

Nuget Publish Quality Gate Status qq群

license nuget nuget Build Status

Gitee stars Gitee forks Github stars Github forks

介绍

CookPopularControl(WPF控件库)、CookPopularCSharpToolkit(C#的一个工具库,提供大量的公共方法)是兼容.NetFramework、.NetCore、.Net5.0/6.0,其中参考了一些资料,CookPopularControl目前提供了近80款左右的控件,持续更新,如果你的项目用到此库,不要忘记点个赞,有问题可加QQ群交流:658794308,欢迎大家参与开发和指出问题。


代码检测

效果

使用

  • Install-Package CookPopularControl -Version 1.02

  • Install-Package CookPopularCSharpToolkit --version 1.02

  • 添加如下代码即可全部引用

    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/CookPopularControl;component/Themes/DefaultPopularColor.xaml"/>
                <ResourceDictionary Source="pack://application:,,,/CookPopularControl;component/Themes/DefaultPopularControl.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
    
  • Themes 效果

  • Animations 效果

  • Button 效果

  • BlockBars 效果

  • CarouselView 效果

  • CheckBox 效果

  • ColorPicker 效果

  • ComboBox 效果

  • DataGrid 效果

  • DateTimePicker 效果

  • DialogBox 效果

  • Expander 效果

  • Fields 效果

  • Grid 效果

  • GroupBox 效果

  • GroupControls 效果

  • Labels 效果

  • Lists 效果

  • Loading 效果

  • MediaPlayer 效果

  • Menu 效果

  • MessageDialog 效果

  • Notify 效果 效果

  • OtherControls 效果 效果

  • PasswordBox 效果

  • ProgressBar 效果

  • PropertyGrid 效果

  • QRCode/BarCode 效果

  • RadioButton 效果

  • ScrollViewer 效果

  • Slider 效果

  • Star 效果

  • Swiper 效果

  • SwitchButton 效果

  • TabControl 效果

  • ThreeDimensionalControls 效果

  • ToggleButton 效果

  • ToolBar 效果

  • TreeView 效果

⭐️ Stargazers

Stargazers over time

About

CookPopularControl is a popular wpf control library that provides nearly 80 commonly used components, along with some commonly used methods

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published