You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a .NET MAUI Shell TabBar, several properties do not behave as expected. While TabBarBackgroundColor is not applied, TabBarUnselectedColor only affects the tab title text and not the tab icons. Additionally, setting IsEnabled="False" on a Tab does not disable the tab.
Expected Output
Actual Output
Screen.Recording.2025-12-15.at.3.17.19.PM.mov
Screen.Recording.2025-12-15.at.12.18.43.PM.mov
Steps to Reproduce
Create a Shell page with a TabBar.
Set TabBarBackgroundColor and TabBarUnselectedColor on the Shell.
Add multiple Tab items with icons.
Set IsEnabled="False" on one of the tabs.
Run the application.
Expected Behavior
TabBarBackgroundColor should apply to the TabBar
TabBarUnselectedColor should apply to both tab titles and tab icons.
Tabs with IsEnabled="False" should be disabled and not selectable.
Description
In a .NET MAUI Shell TabBar, several properties do not behave as expected. While TabBarBackgroundColor is not applied, TabBarUnselectedColor only affects the tab title text and not the tab icons. Additionally, setting IsEnabled="False" on a Tab does not disable the tab.
Screen.Recording.2025-12-15.at.3.17.19.PM.mov
Screen.Recording.2025-12-15.at.12.18.43.PM.mov
Steps to Reproduce
Expected Behavior
Link to public reproduction project repository
https://github.com/NafeelaNazhir/maui/tree/shell_TabBarIssue/src/Controls/tests/TestCases.HostApp/FeatureMatrix/Shell
Version with bug
10.0.20
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output