Closed rschroll closed 10 years ago
From Michael Hall: There's no plan to make full screen Pages work with the new header. We have to provide the back button ourselves in this case. We may be able to use the toolbar on the BookPage and the new header on the new pages by toggling the property on the MainView in some event handler.
I've got this basically working in a branch, and it does look better. There are two bugs in the toolkit that are tripping me up, however. Disabled actions aren't faded and popups don't point to the right place.
There's a new header style that moves the toolbar items up to the header. It'd be nice to use this on most pages, but it's not going to work on the Book Page, where there's no header. Is it okay to have different styles on different pages? Is that even possible?