Is it possible to create new windows in Uno.WinUI and desktop platforms? #6547
Unanswered
manfromarce
asked this question in
Q&A
Replies: 1 comment
-
At this point, multiple windows APIs are not yet implemented for any platform. This issue is related to what you're asking #6515. |
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
-
I have a simple TabView in my application and would like to create a new window when tabs are dragged out.
I'm not sure how to do this because WinUI APIs are different from UWP and should use Window instead of Views, but probably Views for other platforms.
Does Uno support this feature for MacOS and WinUI (I've read in a previous discussion that multiple views are not supported for Gtk/Linux)?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions