1 Star 19 Fork 1

CookCSharp / CookPopularUI

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

Fork me on Github

Welcome to CookPopularUI

介绍

CookPopularUI是支持.Net462+、.NetCore3.1、.Net6.0+的一款Xaml控件库。目前只包含WPF控件库,其中参考了一些资料,提供了100多款常用控件,并持续更新。如果你的项目用到此库,不要忘记点个赞,有问题可加QQ群交流:658794308,欢迎大家参与开发和指出问题。


使用

  • 添加Nuget包引用

    <PackageReference Include="CookPopularUI.WPF" Version="1.0.1-preview2" />
  • 添加如下代码即可全部引用(两种方式皆可)

    <Application.Resources>
        <ResourceDictionary>
              <ResourceDictionary.MergedDictionaries>
                  <!--<ResourceDictionary Source="pack://application:,,,/CookPopularUI.WPF;component/Themes/DefaultPopularColor.xaml" />-->
                  <!--<ResourceDictionary Source="pack://application:,,,/CookPopularUI.WPF;component/Themes/DefaultPopularControl.xaml" />-->
                  <ui:PopularTheme Language="English" Theme="Light" />
              </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>

效果

  • Home 效果

  • BlockBar 效果

  • Border 效果 效果 效果

  • Button 效果

  • Carousel 效果

  • CheckBox 效果

  • ColorPicker 效果

  • ComboBox 效果

  • DataGrid 效果

  • DateTime 效果

  • DialogBox 效果

  • Expander 效果

  • Geometry 效果

  • GroupBox 效果

  • Icon 效果

  • Input 效果

  • Label 效果

  • ListBox 效果

  • ListView 效果

  • MarkupExtension 效果

  • Media 效果

  • Menu 效果

  • Message 效果

  • OtherButton 效果

  • OtherControl 效果

  • Panel 效果

  • ProgressBar 效果

  • ProgressButton 效果

  • PropertyGrid 效果

  • RadioButton 效果

  • RangeSlider 效果

  • ScrollViewer 效果

  • Shape 效果

  • SideBar 效果

  • SideBarEx 效果

  • StepBar 效果

  • Swiper 效果

  • TabControl 效果

  • Text 效果

  • TitleBar 效果

  • ToggleButton 效果

  • ToolBar 效果

  • TreeView 效果

  • VirtualizingWrapPanel 效果

  • Window 效果

  • WrapPanelFill 效果

准备新加入控件

  • 方形布局(子项靠近边框/子项居中)、圆形布局、ControlPanel
  • Boxes:增加相框控件
  • ProcessBar
  • ButtonGroup、ToggleButtonGroup、CheckBoxGroup、RadioButtonGroup
  • PageScroller
  • Extensions
    CookPopularUI.WPF.BarCode
    CookPopularUI.WPF.QRCode
    CookPopularUI.WPF.Animation
    CookPopularUI.Compress

遗留问题

  • WPFDemo采用Prism、Caliburn.Micro、ReactiveUI、CommunityTools、(WAF、MEF)这几种mvvm框架示例
  • MessageDialog系统菜单栏应该有关闭和移动按钮可以点击
  • 窗体ShowDialog时标题栏应该闪烁
  • PropertyGrid中自定义Item编辑器,DockPanel.Dock
  • 资源国际化扩展(可自定义)
  • Demo中Button类别分开展示
  • UniformSpacePanel水平时水平设置无效、垂直时垂直设置无效
  • SideBarEx动画不和谐
  • ItemsControl类型控件大量数据性能测试

单元测试

  1. 单元测试
  2. BentchMark性能测试

⭐️ Stargazers

Stargazers over time
MIT License Copyright (c) 2023 写代码的厨子 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.

简介

CookPopularUI是一款流行的Xaml控件库,提供了100多款控件,同时提供一些常用的.NET帮助类 展开 收起
C# 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/CookCSharp/CookPopularUI.git
git@gitee.com:CookCSharp/CookPopularUI.git
CookCSharp
CookPopularUI
CookPopularUI
master

搜索帮助