Skip to content

MahApps.Metro.SimpleChildWindow v1.4.0

Compare
Choose a tag to compare
@punker76 punker76 released this 20 Jul 21:51

Fixes / Changes

  • Improved documentation and Wiki
  • Use MetroThumbContentControl from MahApps.Metro
  • New dependency properties to customize the title: TitleHorizontalAlignment, TitleVerticalAlignment, TitleCharacterCasing and TitleTemplate.
  • New auto closing feature with new properties IsAutoCloseEnabled and AutoCloseInterval
  • Change Title background color when the host window gets inactive. New properties: IsWindowHostActive, TitleBarNonActiveBackground and NonActiveBorderBrush, NonActiveGlowBrush
  • New ChildWindowResult property and new overloaded ShowChildWindowAsync method to get a result from a closed child window.
  • Fixed layout rounding stuff on higher DPI
  • Use GitLink

Issues / PRs

  • #45 Add TitleTextAlignment property to ChildWindow
  • #44 Keep child inside parent window
  • #25 Multiple Window Childs Focus(Bring To Front) Problem
  • #41 IsAutoCloseEnabled="True" for SimpleChildWindow - possible?
  • #31 Change windowbar color when inactive similar to normal Metro Windows
  • #49 Change Title background color when the host window gets inactive
  • #4 A DialogResult would be better
  • #50 Show a ChildWindow and get a result...
  • #40 await ChildWindowAsync does not block main thread