diff --git a/README.md b/README.md index 83966ee..c575232 100644 --- a/README.md +++ b/README.md @@ -183,3 +183,13 @@ var result = await DialogHost.Show(viewOrModel, ClosingEventHandler); The async response from this method returns the parameter provided when `DialogHost.CloseDialogCommand` was executed. As part of the `Show()` signature a `DialogClosingEventHandler` delegate can be provided to intercept the on-closing event, just prior to the close. + +### Multiple dialogs (0.10.0) + +```xaml + +``` + +Than you can open multiple dialogs + +![multiple](https://github.com/AvaloniaUtils/DialogHost.Avalonia/raw/main/wiki/images/multiple.png) \ No newline at end of file diff --git a/wiki/images/multiple.png b/wiki/images/multiple.png new file mode 100644 index 0000000..9997cb9 Binary files /dev/null and b/wiki/images/multiple.png differ