Hi,
I want to build tabbed page with content pages. I want to leverage XAML as much as possible.
<TabbedPage.Children>
</TabbedPage.Children>
Each of the page is a seperate content page and I do not want to use templates here since each page is different. Could someone point me to any link or write ups? I couldn't find the api document as much as useful and all the example I have seen so far are with templates.
Thanks