-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
Startsceen "shines" through backstage #445
Comments
Of course it's possible to hide the back button. I just haven't added a property for that. |
That would be wonderful 👍 (but the Startscreen -> Backstage stuff would be cool too 💯 ) |
Implemented everything needed to enable your usecase. You now only have to set |
\o/ This will be part of 6.0? When will it be on NuGet? |
This is part of 6.0. First preview will probably be released this weekend. Most of the resource overhaul will hopefully be done then. |
Everything seems to work - would you recommend using v6 now or is it still "too" alpha? |
Most, if not all, things are done in the preview. |
I try to use the startscreen as a kind of "welcome" page but want to limit the navigation just to the backstage.
Unfortunately the background (from the title and the content) of the startscreen is still visible when the backstage area is open:
In my scenario the user should only be able to navigate between the backstage and startscreen and because the backstage has always a "back" button I just want to navigate back to the startscreen.
Office itself does something similar:
I created a sample repository here.
Related:
In theory I would love to be able to just hide the backbutton on the backstage, but this seems not possible (related issue #374) - I even tried to use some WPF tricks, but the button is rendered "too late" so I can't get a reference without super hacky timing stuff.
With "CanChangeIsOpen=false" on the backstage I can disable the navigation, but the button itself is still rendered.
Environment
The text was updated successfully, but these errors were encountered: