> Originally reported at punker76/MahApps.Metro.SimpleChildWindow#68 can't use that from a page it have to be window i think ` await this.ShowChildWindowAsync(new CoolChildWindow() { IsModal = false });` also what about using it with MVVM
can't use that from a page it have to be window i think
await this.ShowChildWindowAsync(new CoolChildWindow() { IsModal = false });also what about using it with MVVM