Re-introduce the repositionable modal Window (Dialog Box) #4848
Unanswered
fabianoriccardi
asked this question in
Ideas
Replies: 1 comment 2 replies
-
You can make ContentDialog movable and resizable |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This discussion is to propose the repositionable modal Dialog Window as used to be in previous frameworks (WPF and WinForm). The most notable example of what I would implement is the
Options
window in Visual Studio 2022.I think this kind of window is convenient for windows that requires full user attention, but since they contain a lot of fields, they deserve a full-featured window (movable and resizable). So, the current ContentDialog is not enough for this scenario.
There is already a feature request in WinAppSDK 1.7 Plans, but in case it won't be implemented in next release, this discussion won't expire.
A related feature that can be useful to implement this is already discussed here, but at current state, I didn't find a method to create and populate a window with the aforementioned requirements.
Beta Was this translation helpful? Give feedback.
All reactions