maui
maui copied to clipboard
ListView GroupHeader background color not rendering correctly on iOS
Description
A simple supplied reproduction demonstrates the issue.
On iOS, a listview with headers always displays the header with a white background colour.
In the reproduction the page background color is set to black, the listview background color (as well as the component (a label) added to the views) is set to be transparent. BUT, the header background always remains white.
This is how the reproduction displays on Android (correct):
This is how it renders on iOS:
Steps to Reproduce
- Open the reproduction from github [https://github.com/hbraasch/ListViewColorTester.git] in Visual Studio
- Run the app for Android and iOS
- Observe the differences
Version with bug
Release Candidate 1 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15.4 (only one tested)
Did you find any workaround?
No
Relevant log output
No response
verified repro on IOS 15.4.
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Verified this on Visual Studio Enterprise 17.6.0 Preview 4.0. Repro on iOS 16.4 emulator with below Project: 6515.zip
This is still an issue as of .NET MAUI 8.0.6. Will this ever be addressed?