Can the Ribbon start up with the Backstage open?

Ribbon for WPF Forum

Posted 11 years ago by Josh Luth - Software Developer, Esha Research
Version: 12.2.0573
Avatar

I want my app to startup into the Backstage view because this is where our Open documents and Recents and Favorites are. It doesn't appear you can simply set IsApplicationMenuOpen to true in Xaml because it leads to some weird rendering. So I opted to change IsApplicationMenuOpen to true after all of my viewmodels and startup code has ran. The problem with this is now my app starts up with the regular ribbon then switches to the backstage, rather than just starting in the backstage.

I'm basically going for the same sort of starting screen as MS Word 2013 where it opens up in the Open menu ready to start work, rather than opening up to a blank program and making the user manually navigate to open to start.

Comments (1)

Posted 11 years ago by Josh Luth - Software Developer, Esha Research
Avatar

Sorry I think I answered my own question. I found a similar thread that I must have overlooked at first.

I'm now just setting IsApplicationMenuOpen to true in the Loaded event. That works like a charm.

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.