Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
In the SfTabItem, you have recently added the IsVisible but the issue is when I have 3 Tab Items and I set IsVisible of one of them to False then it will still reserve 3 places for 3 tab items in the SfTabView.
and if you remove the VisibleHeaderCount it will still reserve extra space.
I suggest making the VisibleHeaderCount optional and if it's not set then it should adjust the spaces and positions automatically.
Also if I set the IsVisible of a Tab Item then it should also automatically adjust the space and position.