Hello,
Welcome to Microsoft Q&A!
Your issue about TwoPaneView is more related to WinUI. It's an open-source in Github, you could ask your question in GitHub-issues.
Thank you.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am working on an app (intended for dual screen devices) that uses the TwoPaneView. I need to know the following & detect when they change (regardless of whether the app is using both screens):
Device Orientation - Are the screens above & below each other or side by side?
Screen Spanning - Does the app span both screens?
I have tried using the ModeChanged event of TwoPaneView & the SizeChanged event of the Page, but neither (or at least one of them) seems to be triggered for all scenarios (I have been testing my app using the Microsoft Emulator). What can I do to detect when either of these value changes (and what the current value is)? Thanks.
Hello,
Welcome to Microsoft Q&A!
Your issue about TwoPaneView is more related to WinUI. It's an open-source in Github, you could ask your question in GitHub-issues.
Thank you.