Hello,
I wanted to ask if it is possible with the new CommunityToolkit to Create a TabViewItem with a my ContentPage.
In TabbedPage i did it in this way:
<NavigationPage>
<x:Arguments>
<views:MyPageXXX />
</x:Arguments>
</NavigationPage>
Is it possible in some way with Tabview?
<xct:TabViewItem
Icon="triangle.png"
Text="Tab 1"
TextColor="White"
TextColorSelected="Yellow"
FontSize="12">
??????<views:MyPageXXX />????
</xct:TabViewItem>
Thank you so much.