Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fantasticfiasco/mvvm-dialogs-contrib
Features and functionality complementing MVVM Dialogs
https://github.com/fantasticfiasco/mvvm-dialogs-contrib
dialogs mvvm windows wpf
Last synced: 10 days ago
JSON representation
Features and functionality complementing MVVM Dialogs
- Host: GitHub
- URL: https://github.com/fantasticfiasco/mvvm-dialogs-contrib
- Owner: FantasticFiasco
- License: apache-2.0
- Created: 2017-12-16T07:39:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T03:17:46.000Z (10 months ago)
- Last Synced: 2024-10-06T20:34:54.982Z (about 1 month ago)
- Topics: dialogs, mvvm, windows, wpf
- Language: C#
- Homepage: https://github.com/FantasticFiasco/mvvm-dialogs
- Size: 245 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![MVVM Dialogs logo](doc/resources/Icon_128x128.png)
# MVVM Dialogs Contrib
[![Build status](https://ci.appveyor.com/api/projects/status/a25s6yfp0e70v4pw/branch/master?svg=true)](https://ci.appveyor.com/project/FantasticFiasco/mvvm-dialogs-contrib/branch/master) [![NuGet](https://img.shields.io/nuget/v/MvvmDialogs.Contrib.svg)](https://www.nuget.org/packages/MvvmDialogs.Contrib/)
This repository contain features and functionality complementing [MVVM Dialogs](https://github.com/FantasticFiasco/mvvm-dialogs).
## Features
### COM shell dialogs (contribution by [@Dai](https://github.com/Jehoel))
The COM shell dialogs are an alternative to the default WinForms framework dialogs. They are more contemporary and have a visual style that aligns well with later versions of Windows. See the [wiki](https://github.com/FantasticFiasco/mvvm-dialogs-contrib/wiki/COM-shell-dialogs) for more information.