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
The IsEnabled property of CollectionView does not work as expected on iOS and Android. Even when IsEnabled is set to false, users can still interact with and select items in the CollectionView
Description
The IsEnabled property of CollectionView does not work as expected on iOS and Android. Even when IsEnabled is set to false, users can still interact with and select items in the CollectionView
Steps to Reproduce
Run the attached SampleCollectionViewIsEnabledIssue.zip
Try tapping on items in the CollectionView.
Expected Behavior:
Items should not be selectable when IsEnabled is set to false.
Actual Behavior:
Items remain selectable despite IsEnabled being false.
Link to public reproduction project repository
No response
Version with bug
9.0.40 SR4
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Android, iOS
Affected platform versions
iOS 17.5, Android 15
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: