-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Labels
area-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/macosmacOS / Mac CatalystmacOS / Mac Catalysts/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
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.
| 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.
Link to public reproduction project repository
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
Metadata
Metadata
Assignees
Labels
area-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/macosmacOS / Mac CatalystmacOS / Mac Catalysts/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo