All Projects → ghost1372 → ModernWpf

ghost1372 / ModernWpf

Licence: MIT License
Modern styles and controls for your WPF applications without need WinRT

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to ModernWpf

Handycontrol
Contains some simple and commonly used WPF controls
Stars: ✭ 3,349 (+5052.31%)
Mutual labels:  xaml, wpf, wpf-controls, wpf-ui
Handycontrols
Contains some simple and commonly used WPF controls based on HandyControl
Stars: ✭ 347 (+433.85%)
Mutual labels:  xaml, styled-components, dark-theme, wpf
Mahapps.metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Stars: ✭ 8,023 (+12243.08%)
Mutual labels:  xaml, modern, wpf, winui
Modernwpf
Modern styles and controls for your WPF applications
Stars: ✭ 2,610 (+3915.38%)
Mutual labels:  xaml, wpf, winui
wpf-demos
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them.
Stars: ✭ 128 (+96.92%)
Mutual labels:  xaml, wpf, wpf-controls
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (+1680%)
Mutual labels:  xaml, modern, wpf
Wpftoolkit
All the controls missing in WPF. Over 1 million downloads.
Stars: ✭ 2,970 (+4469.23%)
Mutual labels:  xaml, wpf, controls
SimpleDialogs
💬 A simple framework to help displaying dialogs on a WPF app
Stars: ✭ 24 (-63.08%)
Mutual labels:  xaml, modern, wpf
Taskban
A personal productivity tool developed with C# and XAML.
Stars: ✭ 56 (-13.85%)
Mutual labels:  xaml, wpf, netcore
mvvmgen
MvvmGen is a lightweight MVVM library for XAML applications. It generates your ViewModels on-the-fly for you via a Roslyn-based C# Source Generator.
Stars: ✭ 179 (+175.38%)
Mutual labels:  xaml, wpf, winui
HandyControl
WPF HandyControl各个控件使用案例;修改主题、颜色、语言。
Stars: ✭ 49 (-24.62%)
Mutual labels:  wpf, wpf-controls, wpf-ui
WPFControls-ThemePack
Custom designed themes for WPF controls to make your app look better. Simple to modify.
Stars: ✭ 28 (-56.92%)
Mutual labels:  wpf, controls, styles
Adonis Ui
Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
Stars: ✭ 878 (+1250.77%)
Mutual labels:  xaml, dark-theme, wpf
Aura.ui
A Library with a lot of Controls for AvaloniaUI
Stars: ✭ 114 (+75.38%)
Mutual labels:  xaml, styled-components, wpf
PrettyNSharp
Create beautiful and graphically scalable UI controls for your C#/WPF apps.
Stars: ✭ 43 (-33.85%)
Mutual labels:  xaml, modern, wpf
Mahapps.metro.simplechildwindow
A simple child window for MahApps.Metro
Stars: ✭ 339 (+421.54%)
Mutual labels:  xaml, modern, wpf
nodify
High performance and modular controls for node-based editors designed for data-binding and MVVM.
Stars: ✭ 282 (+333.85%)
Mutual labels:  wpf, controls, wpf-controls
SettingsUI
Windows 11 settings page in WinUI 3 applications ported from Powertoys
Stars: ✭ 95 (+46.15%)
Mutual labels:  xaml, navigationview, winui
Celestial.UIToolkit
A custom WPF toolkit which is inspired by a lot of the current design languages, including Microsoft's Fluent Design and Google's Material Design.
Stars: ✭ 32 (-50.77%)
Mutual labels:  xaml, modern, wpf
WPF-Keyboard-Control
WPF Keyboard Control
Stars: ✭ 53 (-18.46%)
Mutual labels:  xaml, wpf, wpf-controls

nuget-version Nuget

🙌 Donate Bitcoin with Trust🙌
🙌 Donate ETH with Trust🙌

🙌 Bitcoin: bc1qzs4kt4aeqym6gsde669g5rksv4swjhzjqqp23a
🙌 ETH: 0x40Db4476c1D498b167f76A2c7ED9D45b65eb5d0C

ModernWPF UI Library

Modern styles and controls for your WPF applications.

NOTE: This version is an unofficial version of the ModernWPF

Why was this version created?

The official version is depends on WinRT, This version has removed this dependency and the size of the output file will be less and there will be no need for SDK contract. also this version includes some controls and features that are not included in the original project [for example support for Persian Calendar and PersianDatePicker, More Controls and More Styles]

NOTE: WinRT based features will not work in this version

  • All styles, and controls of the original version are also included in this version.
  • This version has a tidier and cleaner structure and uses a cleaner demo.
  • This project will periodically update its code based on the original version, so all the new features and fixed bugs of the original version will be included in this version.
  • I am not responsible for bug fixes or adding new features. For such tasks, please contact the original version.
  • If you have any other questions, you can contact us here

Usage

Easy Way

Download and Insatall VSIX Extension

NOTE: VSIX Extension Recommended, because Intellisense Enabled by Default.

VSIX

Manual

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

Install-Package ModernWpfUis

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

xmlns:ui="http://schemas.modernwpf.com/2019">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ui:ThemeResources />
                <ui:XamlControlsResources />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>

See the wiki for more information.

Screenshots

Overview of controls (dark theme)

Control palette

NumberBox

Calendar

Progress controls

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