Description
I have noticed significant UI jitter when scrolling in a CollectionView when the ItemTemplate contains a Label with TextType="Html".
When scrolling, the labels appear to resize or snap into place after appearing, causing the scroll position to jump visually. This issue does not occur if TextType is set to Text or if the Label is removed.
Steps to Reproduce
- Create a new .NET MAUI project using .NET 10.
- Add a CollectionView to a page.
- Set the ItemTemplate to a DataTemplate containing a Label.
- Set the Label properties: TextType="Html" and bind Text to a string containing basic HTML (e.g., Bold text).
- Populate the ObservableCollection with 20+ items to enable scrolling.
- Scroll up and down in the CollectionView.
Link to public reproduction project repository
https://github.com/Andreas973/MauiHtmlLabelCollectionViewScroll
Version with bug
10.0.11
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.120 SR12
Affected platforms
iOS
Affected platform versions
iOS 26
Did you find any workaround?
No response
Relevant log output
Description
I have noticed significant UI jitter when scrolling in a CollectionView when the ItemTemplate contains a Label with TextType="Html".
When scrolling, the labels appear to resize or snap into place after appearing, causing the scroll position to jump visually. This issue does not occur if TextType is set to Text or if the Label is removed.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/Andreas973/MauiHtmlLabelCollectionViewScroll
Version with bug
10.0.11
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.120 SR12
Affected platforms
iOS
Affected platform versions
iOS 26
Did you find any workaround?
No response
Relevant log output