You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Download and run the attached sample.
Swipe through the items in both the CollectionView and CarouselView — they respond to interaction as expected.
Tap the “Disable CarouselView and CollectionView” button to set both controls to IsEnabled = false.
Try swiping or scrolling the CollectionView and CarouselView again.
In Android and iOS : Both controls still allow swiping and scrolling even though they are disabled.
Run the same sample on Windows.
Observe that Once disabled, both controls correctly block all interaction and cannot be swiped.
Description
Windows.mp4
Android.mov
iOS.mov
Steps to Reproduce
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