Vertical Tabs
See original GitHub issueDescribe the solution you’d like
First of all - thank you for yet another great component for Xamarin.Forms. I’m already using some of your other packages and have to say that it’s a joy using them 👏
i was wondering if these tabs can also be displayed vertically - the TabHostView contains a Grid and a ScrollView which could both handle vertical layouting i guess. I know that there is more to it obviously but i was curious if Vertical Tabs are interesting for you?
More and more apps, especially on landscape orientation (Desktop, Tablets,…) are using vertical tabs as their main navigation mechanism. i.e. Discord, MS Teams, MS Edge, Mac App Store…
Describe alternatives you’ve considered Could probably be done with a Main-Detail layout, but this seems to more suited for showing very similar views and just chaning the underlying data for the detatil view
Additional context
Here are some examples:
©redit https://dribbble.com/shots/13818645-Project-Kanban-Style
©redit https://dribbble.com/shots/14158637-Deals
©redit https://dribbble.com/shots/9834917-Careers-Hiring-Job-Admin-UI-Design/attachments/1867783?mode=media
©redit https://dribbble.com/shots/13616742-User-Profile
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (7 by maintainers)

Top Related StackOverflow Question
Will be fixed by tabs v2.1 coming out next week.
forget about this message, after some thinking, I think it’s best if I implement it myself on the Silly! app. This way I could validate the implementation.