MahApps.Metro.SimpleChildWindow 1.1.0

dotnet add package MahApps.Metro.SimpleChildWindow --version 1.1.0
NuGet\Install-Package MahApps.Metro.SimpleChildWindow -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MahApps.Metro.SimpleChildWindow" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MahApps.Metro.SimpleChildWindow --version 1.1.0
#r "nuget: MahApps.Metro.SimpleChildWindow, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MahApps.Metro.SimpleChildWindow as a Cake Addin
#addin nuget:?package=MahApps.Metro.SimpleChildWindow&version=1.1.0

// Install MahApps.Metro.SimpleChildWindow as a Cake Tool
#tool nuget:?package=MahApps.Metro.SimpleChildWindow&version=1.1.0

A simple child window for MahApps.Metro the "Metro" or "Modern UI" for WPF4+ apps.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (8)

Showing the top 5 popular GitHub repositories that depend on MahApps.Metro.SimpleChildWindow:

Repository Stars
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
bitbeans/SimpleDnsCrypt
A simple management tool for dnscrypt-proxy
chocolatey/ChocolateyGUI
A delicious GUI for Chocolatey
openbullet/OpenBullet2
OpenBullet reinvented
PoESkillTree/PoESkillTree
A Passive Skill Tree Planner for Path of Exile
Version Downloads Last updated
1.1.0 1,338 3/1/2015
1.0.0 559 12/20/2014

# Changes & Bugfixes

- Additional `ShowChildWindowAsync` method to show a child window on a custom container  
`public static Task ShowChildWindowAsync(this Window window, ChildWindow dialog, Panel container)`
- `MahApps.Metro` reference removed (so `MahApps.Metro.SimpleChildWindow` can be used for all versions >=
1.0.0)
- The closed button will be focused if there is no focusable element available (only if the button is visible)
- Add `AdornerDecorator` around the content