How to Set Initial Two Tab left align and last Two Tab Right Align in MAUI TabbedPage
Faiz Quraishi
145
Reputation points
I have a TabbedPage in MAUI .Net API 34 Visual Studio 2022
I am loading Collection Class Data in TabbedPage with Content ItemTemplate.
I have more than 7 records in collection class repository.
Initially I am loading Two record and then on next Tab click I am loading three Tab
and finally I am displaying two Tab at the end.
I am not finding any way to align first Two Tab to left when Two records are binded
and last Two Tab to right when last two records are binded .
The sample Demo application to reproduce issue is attached at https://github.com/qmfaiz55510/TitleFontIssueInTabbedPage
Sign in to answer