zoukankan      html  css  js  c++  java
  • WPF相关UI库

    免费控件库:

      1.Extended WPF Toolkit 官方拓展控件

       http://wpftoolkit.codeplex.com/

      2.avalondock 可停靠布局(wpf toolkit包含此控件)

       http://avalondock.codeplex.com/

      3.Modern UI for WPF 现代UI框架

       https://github.com/firstfloorsoftware/mui

      4.Fluent Ribbon 类似office 2010 2013 windows 8的UI库

       https://github.com/fluentribbon/Fluent.Ribbon

      5.MahApps.Metro Metro风格的UI库

       https://github.com/MahApps/MahApps.Metro

       子窗口:https://github.com/punker76/MahApps.Metro.SimpleChildWindow

      6.WPF Toolkit (WPF常用的一些控件,如:AutoCompleteBox、Accordion、Rating)

       https://wpf.codeplex.com/

       https://github.com/dotnetprojects/wpftoolkit

      7.SharpDevelop(WPF做的一个C#编辑器,可以参考里面的UI库)

       https://github.com/icsharpcode/SharpDevelop

      8.ControlzEx 可拖动标签页控件

       https://github.com/ControlzEx/ControlzEx

      9.GongSolutions.WPF.DragDrop 拖动控件

        https://github.com/punker76/gong-wpf-dragdrop

      10.MaterialDesignInXamlToolkit 谷歌Material Design 风格的控件库

        https://github.com/ButchersBoy/MaterialDesignInXamlToolkit

       11.fluent-admin

        https://github.com/Vultur/fluent-admin

    商业空间库:

      1.DevExpress for WPF

       https://www.devexpress.com/Products/NET/Controls/WPF/

      2.Telerik UI for WPF

       http://www.telerik.com/products/wpf/overview.aspx

      3.infragistics

       https://www.infragistics.com/products/wpf

      其他:https://www.e v g e t.com/tag/product/197/0

    代码混淆工具:

      1.ConfuserEx 开源

      https://github.com/yck1509/ConfuserEx

      

  • 相关阅读:
    js和c#小数四舍五入
    c#连接关闭了,事务并没有关闭
    SQLNET跟踪tnsping过程
    关闭listener监听日志
    DBMS_RANDOM 用法
    获取oracle当前系统设置了哪些事件
    oracle获取主机服务器IP
    动态性能视图v$session_longops
    PRINT_TABLE 列以行形式显示
    mac 开启ntfs 权限
  • 原文地址:https://www.cnblogs.com/townsend/p/6650143.html
Copyright © 2011-2022 走看看