dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

[Windows] - Top Tab Visibility Changes Not Reflected Until Tab Switch #25913

Open nivetha-nagalingam opened 3 days ago

nivetha-nagalingam commented 3 days ago

Description

When attempting to hide top tabs (TopTab2, TopTab3) from the main tab using the visibility buttons, the UI does not immediately reflect the visibility changes. The tabs remain visible until the user navigates to a different bottom tab (Tab 2 or Tab 3). Only after switching tabs the visibility changes take effect.

https://github.com/user-attachments/assets/1a59042c-8d46-486a-a567-880d2d454169

Steps to Reproduce

Link to public reproduction project repository

No response

Version with bug

9.0.0 GA

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Windows SDK 10.0.19041.0

Did you find any workaround?

No response

Relevant log output