-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Description
I have a TabbedPage. The BarTextColor is white, and the BarBackgroundColor is Blue.
When there is not enough width to display all of the tabs, the ellipse is displayed to bring up a menu with the remaining tabs. Unfortunately the text color is white (coming from BarTextColor) and the the background color of the menu is slightly off-white so the text isn't readable. I'm not sure if this is a bug, or maybe I've not discovered the correct property to set that menu background color.
Steps to Reproduce
Run the app in the linked repository, change the width so only the tabs Page 1 to Page 4 are displayed.
Click the ellipse which will pop up a menu showing the remaining tabs.
Note that the text of the menu is white (coming from BarTextColor) and barely readable against whatever the colour of the menu background is!
Link to public reproduction project repository
https://github.com/Mark-NC001/TabbedPageMenuIssue
Version with bug
9.0.21 SR2.1
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response