You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An unintended synchronization exists between the GroupHeaderTemplate / GroupFooterTemplate and the Header / Footer views in .NET MAUI CollectionView. When setting a header or footer template, the corresponding header or footer view is also updated unexpectedly, and vice versa.
The CollectionView fails to reflect dynamically updated Header, Footer, or their templates when modified at runtime. As a result, newly assigned headers, footers, or templates do not render correctly, leading to missing UI elements.
Description
Actual Issue in Android
AndroidIssue.mov
Expected
iOSCV1Expected.mov
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
9.0.50 SR5
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android
Did you find any workaround?
No response
Relevant log output