Skip to content

Releases: punker76/MahApps.Metro.SimpleChildWindow

MahApps.Metro.SimpleChildWindow v1.2.0

03 Jul 23:19
Compare
Choose a tag to compare
  • Fixed wrong targeting framework for NET 4 #12
  • New dependency property CloseByEscape (default to True) #14
  • Use new DialogContainer from latest MahApps Alpha (the old one will be still work)
  • Fixed Visual Studio designer crash after changing IsOpen property #17

MahApps.Metro.SimpleChildWindow v1.1.0

01 Mar 13:27
Compare
Choose a tag to compare

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

MahApps.Metro.SimpleChildWindow v1.0.0

20 Dec 20:53
Compare
Choose a tag to compare

The first release for MahApps.Metro.SimpleChildWindow.