xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.64k stars 1.88k forks source link

How to hide "More" option that include additional tabs in bottom she'll tabbar in Xamarin form for both Android and iOs using custom shell renderer or etc #15763

Closed Priyabaghelgithub closed 1 year ago

Priyabaghelgithub commented 1 year ago

I want 8 tabs in the flyout menu only inside this and just want to 4tabs in the bottom tab bar how I hide or limit the bottom tabbar to show only 4tabs in shell How to hide "More" option that include additional tabs in bottom she'll tabbar in Xamarin form for both Android and iOs using custom shell renderer or etc

Below is the code

`

    <Tab Title="About" Icon="tab_about.png">
        <ShellContent ContentTemplate="{DataTemplate local:AboutPage}" />
    </Tab> 
    <Tab Title="About2" Icon="tab_about.png">
        <ShellContent ContentTemplate="{DataTemplate local:AboutPage}" />
    </Tab> 
    <Tab Title="About4" Icon="tab_about.png">
        <ShellContent ContentTemplate="{DataTemplate local:AboutPage}" />
    </Tab> 

`

Gerald Versluis #James Mogamento

@jfversluis @jamesmontemagno InShot_20230610_191127296_1

jfversluis commented 1 year ago

Duplicate of #15764