Description
This is a duplicate of #18429, since this Issue has not been resolved and still exists with the latest .NET 8 release.
Steps to Reproduce
- Create a MAUI Project.
- Make a CollectionView with a Itemtemplate which has a SwipeView.
- Make a variable of the typ SwipeItems
- Bind that variable to either LeftSwipeItems or RightSwipeItems
- Try sliding a entry to the side.
- Try sliding another one to the side, without sliding the previous one back.
- Observe Java IllegalArgument!
Link to public reproduction project repository
https://github.com/DxsSucuk/Maui.DataGrid/tree/feature/swipeItem
Version with bug
8.0.3
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 12
Did you find any workaround?
Adding the SwipeItems in the Datatemplate, but that is not a actual solution since it stops any flexability.
Relevant log output
No response
Description
This is a duplicate of #18429, since this Issue has not been resolved and still exists with the latest .NET 8 release.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/DxsSucuk/Maui.DataGrid/tree/feature/swipeItem
Version with bug
8.0.3
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 12
Did you find any workaround?
Adding the SwipeItems in the Datatemplate, but that is not a actual solution since it stops any flexability.
Relevant log output
No response