pocheshire / BottomNavigationBar

Bottom Navigation Bar for Xamarin
214 stars 70 forks source link

Scrollable tabs while tab items more than 5 or 6. #28

Closed rzee7 closed 7 years ago

rzee7 commented 7 years ago

@pocheshire It would be great if you could add scroll or More button to tab items while they are more than 5 or 6 or more, like in iOS we have More button.

pocheshire commented 7 years ago

It would be great if you could add scroll or More button to tab items while they are more than 5 or 6 or more

No, bottom navigation should be used for:

  • Three to five top-level destinations of similar importance (alternative: a persistent navigation drawer accessible from anywhere in the app)
  • Destinations requiring direct access from anywhere in the app (alternative: tabs for only one or two destinations)

https://material.google.com/components/bottom-navigation.html#bottom-navigation-usage

like in iOS we have More button.

You can add your own More button.