Releases: punker76/MahApps.Metro.SimpleChildWindow
Releases · punker76/MahApps.Metro.SimpleChildWindow
MahApps.Metro.SimpleChildWindow v1.2.0
MahApps.Metro.SimpleChildWindow v1.1.0
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 (soMahApps.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
MahApps.Metro.SimpleChildWindow v1.0.0
The first release for MahApps.Metro.SimpleChildWindow.