I am using the Xamarin Forms NavigationBar with icons. When I have too many menu options, it provides the rest when you select the "..." triple dots.
The background color of the menu that appears for these overflow items is very light. And I want my text to be white.
I have tried to change the background color of the entire page to a darker color, but that does nothing since when the overflow menu appears, it has its own background. I am showing you the overflow menu that appears in the red box in the picture. There are two additional menu choices that you can barely see. I want the text to be white because I like the way it looks on the darker menu.
I would like to capture the event that is called when the "..." triple dots are pressed so that I can then temporarily change the "BarTextColor" property to black. But I have been unable to find any documentation or help on this overflow menu.
Can someone shed some light on an event or setting that I can override?