Skip to content

[iOS] CarouselViewHandler2 - Content is scrolling vertically #31361

@EmilienDup

Description

@EmilienDup

Description

When using CarouselViewHandler2, the CarouselView current item content is scrolling vertically.

Also note that the content doesn't always render.

CV1

Screen.Recording.2025-08-27.at.09.53.16.mov

CV2

Screen.Recording.2025-08-27.at.09.53.43.mov

Steps to Reproduce

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage 
    xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
    x:Class="MauiCarouselView.MainPage">

    <CarouselView>
        <CarouselView.ItemsSource>
            <x:Array Type="{x:Type Color}">
                <Color>Blue</Color>
                <Color>Yellow</Color>
                <Color>Red</Color>
            </x:Array>
        </CarouselView.ItemsSource>
        <CarouselView.ItemTemplate>
            <DataTemplate>
                <BoxView
                    Margin="50"
                    Color="{Binding .}"/>
            </DataTemplate>
        </CarouselView.ItemTemplate>
    </CarouselView>
</ContentPage>
  1. Create a page with the code above
  2. Set CarouselViewHandler2 as the default handler for CarouselView

Link to public reproduction project repository

No response

Version with bug

9.0.100 SR10

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-controls-collectionviewCollectionView, CarouselView, IndicatorViewcollectionview-cv2i/regressionThis issue described a confirmed regression on a currently supported versionp/0Current heighest priority issues that we are targeting for a release.partner/syncfusionIssues / PR's with Syncfusion collaborationplatform/ioss/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions