Does someone have an idea to create a page which contains a page and a footer and header area (like the new ListView).
A scenario would be something like this:
Having a Page, which's NavigationBar is set to hidden.
Inside the Header and Footer area, a custom header and/or footer is be shown (menus, dropdowns, etc. as views / bindings).
The content is a page. Let's say it's a CarouselPage.
Currently I use a complex strategy with a ContentPage and some views as children. It works - but has huge impact to the whole app structure.
Another Idea would be to have a NavigationPageRenderer - but this seems to be a very complex idea with a lot of internal/protected methods
Any help would be great,
Thanks a lot!