You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, DialogHost appears to be tightly coupled to MainWindow, which limits its usability in non-windowed contexts.
In scenarios such as browser-based targets or modular-layouts where the root view is a UserControl (or another Control that represents MainView), there's no MainWindow available to own or host the dialog, which makes it unusable.
Any plans for DialogHost to support being owned or attached to a control, or any visual root, rather than requiring a MainWindow?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
DialogHostappears to be tightly coupled toMainWindow, which limits its usability in non-windowed contexts.In scenarios such as browser-based targets or modular-layouts where the root view is a
UserControl(or another Control that representsMainView), there's noMainWindowavailable to own or host the dialog, which makes it unusable.Any plans for
DialogHostto support being owned or attached to a control, or any visual root, rather than requiring aMainWindow?Beta Was this translation helpful? Give feedback.
All reactions