Community toolkit tabview

Omer Sorrenti 21 Reputation points
2021-03-09T20:52:19.16+00:00

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.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,291 questions
0 comments No comments
{count} votes

1 additional answer

Sort by: Most helpful
  1. Omer Sorrenti 21 Reputation points
    2021-03-10T09:05:33.437+00:00

    Thank you Alessandro,
    do you have a link where I can see how to include a View to the tabview?
    Thanks so much.