Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When add/remove the tab items dynamically selected item
is different after Items_CollectionChanged.
For Example:
If tab view has 7 items
which in the name of Location 1, Location 2... Location 7. Now select the tab with title
"Location 4", clicked the remove button provided in the sample (set to remove the selected index as 2, it removes the tab with
title "Location 3") after the tab with title "Location
5" was selected.
But "Location 4" needs to be selected after add/ remove the tab.