Skip to content

[Android, iOS] CollectionView and CarouselView remain interactive when disabled #32791

@SyedAbdulAzeemSF4852

Description

@SyedAbdulAzeemSF4852

Description

  • On iOS and Android, when IsEnabled is set to false on a CollectionView or CarouselView, users can still interact with the control, including swiping through items and scrolling.
  • This is inconsistent with Windows, where setting IsEnabled = false correctly blocks all user interaction.
Windows Android iOS
Windows.mp4
Android.mov
iOS.mov

Steps to Reproduce

  1. Download and run the attached sample.
  2. Swipe through the items in both the CollectionView and CarouselView — they respond to interaction as expected.
  3. Tap the “Disable CarouselView and CollectionView” button to set both controls to IsEnabled = false.
  4. Try swiping or scrolling the CollectionView and CarouselView again.
  5. In Android and iOS : Both controls still allow swiping and scrolling even though they are disabled.
  6. Run the same sample on Windows.
  7. Observe that Once disabled, both controls correctly block all interaction and cannot be swiped.

SampleRepo.zip

Link to public reproduction project repository

No response

Version with bug

10.0.10

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

No response

Affected platforms

iOS, Android

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions