-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TabItem IsEnabled False #90
Comments
It doesn't really make sense to have a disabled tab...imagine you have two tabs, 1 disabled which you can't get at. If you drag the second tab out into another window then the disabled tab is still there, exposed. Of course you can disable your content, but in the world of re-orderable, tearable tabs it doesn't make sense. |
Yeah that is true. I currently use dragablz because they include your material design theme but I don't use the re-orderable or tearable tabs and always set |
From the other issue about collapsing tab Visibility, you could implement the same logic as I just posted over there to perform your desired functionality of enable/disable. Reference Issue: #91 |
Bumping up this issue. I am using Dragablz because of Material Design integration and would really like to be able to disable tabs based on (binded) settings. All works on with TabControl but is fugly :( |
It looks like Dragablz does not support
IsEnabled="False"
onTabItem
is that true?Would it be possible to add this feature?
The text was updated successfully, but these errors were encountered: