Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/punker76/mahapps.metro.simplechildwindow
A simple child window for MahApps.Metro
https://github.com/punker76/mahapps.metro.simplechildwindow
c-sharp gui hacktoberfest mahapps metro metro-application modern open-source oss ui ui-design ux visual windows wpf wpf-mahapps xaml
Last synced: 3 days ago
JSON representation
A simple child window for MahApps.Metro
- Host: GitHub
- URL: https://github.com/punker76/mahapps.metro.simplechildwindow
- Owner: punker76
- License: mit
- Created: 2013-06-08T19:59:00.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-29T20:39:16.000Z (about 1 year ago)
- Last Synced: 2024-10-11T14:31:27.777Z (3 months ago)
- Topics: c-sharp, gui, hacktoberfest, mahapps, metro, metro-application, modern, open-source, oss, ui, ui-design, ux, visual, windows, wpf, wpf-mahapps, xaml
- Language: C#
- Homepage:
- Size: 27 MB
- Stars: 374
- Watchers: 26
- Forks: 55
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
MahApps.Metro.SimpleChildWindow
A simple child window for MahApps.Metro.
Supporting .NET Framework 4.6.2 and greater, .NET Core 3.0 and 3.1, .NET 5 (on Windows)
## Getting started
The [NuGet](https://www.nuget.org/packages/MahApps.Metro.SimpleChildWindow) package contains an assembly with the `ChildWindow` class and the `ChildWindowManager` helper class inside.
* [Wiki][wiki]
* [Samples][samples]
* [ChildWindow][childwindow]
* [ChildWindowManager][childwindowmanager]## Tools
We use these awesome tools to develop, Build and deploy MahApps.Metro.SimpleChildWindow.
## Sponsoring
This framework is free and can be used for free, open source and commercial applications. MahApps.Metro and MahApps.Metro.SimpleChildWindow (all code, NuGets and binaries) are under the [MIT License (MIT)](./LICENSE). It's tested, used and contributed by many awesome people. So hit the magic :star: button, we appreciate it!!! :pray:
The core team member(s), MahApps.Metro contributors and contributors in the ecosystem do this open source work in their free time. If you use MahApps.Metro a serious task, and you'd like us to invest more time on it, please donate. This project increases your income/productivity/usability too.
[Become a sponsor](https://github.com/sponsors/punker76) and show your support to this open source project.
# :pray: All OpenCollective (archived) Backers :heart:
[![Backers](https://opencollective.com/mahappsmetro/backers.svg?button=false)](https://opencollective.com/mahappsmetro#section-contributors)
## Samples
#### Stretch with Margin
![2014-12-13_23h46_00](https://user-images.githubusercontent.com/658431/28338627-de8c2890-6c09-11e7-99c3-c424e2c588a2.png)
#### Without Shadow
![2014-12-13_23h46_16](https://user-images.githubusercontent.com/658431/28338628-dea5f8e2-6c09-11e7-8349-8bce5cf7a1c8.png)
#### AutoSize
![2014-12-13_23h46_32](https://user-images.githubusercontent.com/658431/28338629-dea8afba-6c09-11e7-8b7d-cf7e2db2fa82.png)
#### With Icon or IconTemplate
![2014-12-14_21h20_55](https://user-images.githubusercontent.com/658431/28338630-deacb9ca-6c09-11e7-8bdf-054fb008afd6.png)
## License
[The MIT License (MIT)](./LICENSE)
[wiki]: https://github.com/punker76/MahApps.Metro.SimpleChildWindow/wiki
[childwindow]: https://github.com/punker76/MahApps.Metro.SimpleChildWindow/wiki/ChildWindow
[childwindowmanager]: https://github.com/punker76/MahApps.Metro.SimpleChildWindow/wiki/ChildWindowManager
[samples]: https://github.com/punker76/MahApps.Metro.SimpleChildWindow/wiki/Samples