Does UNO support Microsoft.UI.Windowing? #8338
MarkBrainfire
started this conversation in
General
Replies: 1 comment
-
At this time, multi-window in Uno is not yet supported. You can track the progress here: #8341 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
WinUI 3 depends upon the WindowsAppSDK 1.0.
A key API within this SDK is Microsoft.UI.Windowing that provides a high-level, easy to use API for moving and resizing windows, 3 different Presenters: Overlapped, true Fullscreen, and PIP Compact Presenter, and dealing with multiple monitors (referred to as DisplayAreas).
Does UNO support translating this API cross platform?
Beta Was this translation helpful? Give feedback.
All reactions