XamarinCommunityToolkit
XamarinCommunityToolkit copied to clipboard
[Feature Request] TabView: Disable Tab
I would like to Enable/Disable certain Tabs I mean not their Content but that the user is not allowed to switch to this Tab at all.
I like the idea. Also, hide/show tabs is probably a scenario that would be interesting to cover in the future.
@HarryLobster i wanted this too. what i came up with is a conditional input transparent logic in code behind
I Agree. In fact, hiding / showing tabs dynamically is not only interesting but, IMO, an essential feature. I'd like to see it implemented as soon as possible.
As for now, I've used an ugly hack and put two TabViews with different number tabs on to a page and make one of them visible depending on a condition. This is so annoying, ugly, inefficient, etc. Especially given the fact, that a TabViewItem has both the IsVisible and IsEnabled properties in the interface. They are just not working as expected.