-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Description
When setting SwipeItems for all four directions (LeftItems, RightItems, TopItems, and BottomItems) on a SwipeView, only the TopItems and BottomItems respond to swipe gestures. The LeftItems and RightItems are set correctly but do not respond to horizontal swipes, particularly on Windows.
Steps to Reproduce
Create a SwipeView and assign SwipeItems to all directions: Left, Right, Top, and Bottom. SwipeViewSample.zip
Run the app on Windows platform (or any other affected platform).
Try swiping the content in each direction.
Actual Behavior:
Only TopItems and BottomItems respond to swipe gestures.
LeftItems and RightItems are not triggered or recognized during horizontal swipes.
Expected Behavior:
All directions (LeftItems, RightItems, TopItems, and BottomItems) should respond to corresponding swipe gestures if configured.
Link to public reproduction project repository
No response
Version with bug
9.0.90 SR9
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response