Swipe Left/Right gestures TabBarItems #11405
Replies: 3 comments 8 replies
-
Thanks for the question. Can you post a sample of the code you trying to get working? |
Beta Was this translation helpful? Give feedback.
-
In this image, there are 4 tabs in Tabbar. The current position is 3, if I swipe left the Tabar with object 2 should be selected or if I swipe right, the Tabbar with object 4 should be selected as the current TabbarItem. |
Beta Was this translation helpful? Give feedback.
-
Thanks for suggesting FlipView. However, I have four different Pages and I use Frame to navigate between these 4 pages based on TabBar SelectionChanged event. If I use FlipView all 4 pages will be loaded when FlipView is loaded, I want to avoid it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create Top TabBar with a few TabBarItems. I want to select the TabBarItem by using Swipe Left/Right gestures. Is there an API to enable swipe left/right gestures in TabBar or any other recommended approach? Please advise.
Beta Was this translation helpful? Give feedback.
All reactions