I am new to using Shell and Xamarin forms in general. I watched a presentation where shell items could be hidden using the property IsVisible but I can't find any documentation on that feature. I have installed the latest pre-release NuGet to see if it was on the up and coming but it's not coming up via IntelliSense in the XAML editor or when building my shell in c sharp there are is no IsVisible property.
I need to have a group of views with top tabs that can only be navigated to programmatically, I am open to other solutions to this use case.