Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dialogHost:DialogHost IsMultipleDialogsEnabled="True" />
```

Than you can open multiple dialogs

![multiple](https://github.com/AvaloniaUtils/DialogHost.Avalonia/raw/main/wiki/images/multiple.png)
Binary file added wiki/images/multiple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.