Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CollectionView, CarouselView and ScrollView have a privacy-overlay covering its content. only the edges are not affected. #32159

@Jakar510

Description

@Jakar510

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

  1. 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>
  1. Create a view model with a string collection property Values in it.

  2. 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

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions