We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
feat: #68 open child window on controls and not only window
f5c2676
Merge pull request #129 from punker76/feat/#68-open-child-window-on-c…
49676fc
…ontrol Open child window on controls and not only window
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: