Application Crash Due to Incorrect Use of <ReorderableItemsView> Instead of <CollectionView> for Reordering Items #23220
Labels
area-controls-collectionview
CollectionView, CarouselView, IndicatorView
platform/android 🤖
platform/iOS 🍎
platform/macOS 🍏
macOS / Mac Catalyst
platform/windows 🪟
t/bug
Something isn't working
Milestone
Description
The application crashes when attempting to reorder items when the
<ReorderableItemsView CanReorderItems="True"/>
is used directly in the XAML code.The correct approach is to use
<CollectionView CanReorderItems="True"/>
, which supports reordering items without causing a crash. However, I can see some devs not being aware of it.Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.60 SR6
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android, Windows, macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: