Xamarin dynamic tabbed page
问题 I'm trying to achieve the following: Now, this works perfectly fine, if I use it hard-coded like this: <?xml version="1.0" encoding="utf-8" ?> <TabbedPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="WunderlistApp.View.MainPage" NavigationPage.HasNavigationBar="False"> <!--Pages can be added as references or inline--> <ContentPage Title="RallyPodium & Reporting" /> <ContentPage Title="Projecten voor klanten" /> <ContentPage