MahApps.Metro.SimpleChildWindow icon indicating copy to clipboard operation
MahApps.Metro.SimpleChildWindow copied to clipboard

A simple child window for MahApps.Metro

Results 11 MahApps.Metro.SimpleChildWindow issues
Sort by recently updated
recently updated
newest added

We can use controls:ControlsHelper.CornerRadius="5" for controls inside SimpleChildWindow. Would it be possible to include this setting for the SimpleChildWindow itself? Maybe it's also relevant for the MetroWindow?

Feature Request

Hey! We wrote a touchscreen keyboard usercontrol that is placed into a SimpleChildWindow. Then we make us of the ChildWindowManager to show and close the touchscreen keyboard on demand. But...

when calling ShowChildWindowAsync() my ContentControl Loaded event gets called twice ... it does not suppose to do that. ``` var view = new ContentControl(); view.Loaded += (s, arg) => {...

Make it available to change size of Child Window. By: -grabbing borders -using grip in corner

Feature Request

Hi, It would be nice to implement that check up in the method itself, since the method has async nature. For example: For some reasons, the method has been executed...

i use validate property binding to xaml with validate, childwindow loaded first time validate errors not displayed as expect .when error has been cleared,i triggered an error,then the childwindow could...

Hi. Setting this property to "Information" for example does nothing. No image is shown on child window. ```xaml // content ``` MahApps.Metro v1.6.5 MahApps.Metro.SimpleChildWindow v1.5.0 Wpf application based on .NET...

Imported from https://github.com/MahApps/MahApps.Metro/issues/3223 IsAnyDialogOpen property is set to false although a child window is shown using the ShowChildWindowAsync by the MahApps.Metro.SimpleChildWindow extension ## What steps will reproduce this issue? ```...

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

Feature Request

Buttons to Restore/Maximize Child Window. It should had than also resize option but its another feature.

Feature Request