What is the correct way to make tabs within one ViewModel with .NET MAUI Shell?
I have a very long list of items divided by categories. Users can choose multiple items and see selected ones on a summary side panel. I need to find a way to group items by tabs to simplify UI. But here I face a lot of issues.