-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewarea-controls-scrollviewScrollViewScrollViewp/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.platform/ioss/needs-attentionIssue has more information and needs another lookIssue has more information and needs another looks/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't workingversion/iOS-26
Milestone
Description
Description
CollectionView and ScrollView have a privacy-overlay like covering its content. Only the edges are not affected. The overlay looks like a semi-transparent black box.
Steps to Reproduce
- Create a collection view like below
<CollectionView ItemsSource="{Binding Values}">
<CollectionView.ItemTemplate>
<DataTemplate x:DataType="system:String">
<Label Text="{Binding .}"
FontSize="50" />
</DataTemplate>
</CollectionView.ItemTemplate>
</CollectionView>
-
Create a view model with a string collection property Values in it.
-
Start the app and observe the error.
Link to public reproduction project repository
No response
Version with bug
10.0.0-rc.2
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, iPad OS
Affected platform versions
26.0.0, 26.0.1
Did you find any workaround?
No response
Relevant log output
Metadata
Metadata
Assignees
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewarea-controls-scrollviewScrollViewScrollViewp/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.platform/ioss/needs-attentionIssue has more information and needs another lookIssue has more information and needs another looks/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't workingversion/iOS-26
Type
Projects
Status
Todo