Skip to content
New issue

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

[Question] Is there any way to compose an AppWindow with a Frame in desktop app? #28

Closed
YesOhh opened this issue Feb 21, 2022 · 1 comment

Comments

@YesOhh
Copy link

YesOhh commented Feb 21, 2022

WinUI3 1.0.0 Desktop c#

In UWP, I can use
ElementCompositionPreview.SetAppWindowContent(appWindow, new Page());
to set an AppWindow's content.
However, this function doesn't exist in the WinUI3.

How can I compose an AppWindow with a Frame?

@dotMorten
Copy link
Owner

dotMorten commented Feb 22, 2022

Frames goes in Windows, now AppWindows.
I’d suggest you use the discussions section for questions, and keep generic WinUI questions in Microsoft’s repo or stack overflow, and keep focus here specific to WinUIEx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants