I have an application where I want to display a Tab
called Upgrade when users have not paid for a subscription and never show the Tab
when they are paid users.
I have tried to find an IsVisible
property but can't... the closest thing to what I want is IsEnabled
but it leaves a blank space in the location of the now insvisible Tab
.
Does anyone know how I can achieve this? Or perhaps a better way to reach my object... thanks in advance!