draggable

  1. R

    B4J Question Draggable List View

    Is there such a view in B4J that allows the user to manually re-order the cells in the list? I am looking for something rather like xCustomListView that responds to drag events?
  2. Alexander Stolte

    Android Example [B4X] AS DraggableBottomCard - Drag Indicator - Confirm Button

    https://www.b4x.com/android/forum/threads/b4x-xui-as-draggable-bottom-card.121219/ 'DragIndicator Dim xpnl_DragIndicator As B4XView = xui.CreatePanel("") BottomCard.HeaderPanel.AddView(xpnl_DragIndicator,Root.Width/2 - 70dip/2,HeaderHeight/2 - 6dip/2,70dip,6dip)...
  3. Alexander Stolte

    B4A Library [B4X] [XUI] AS Draggable Bottom Card

    This is my 2k'th post on this Forum and i want to share a nice library with you i made some months ago. It was not easy to create this library, it took many hours of testing and programming to make the user experience as good as possible. If you want to support me, then you can do this here or...
  4. M

    B4A Class Draggable View [Edited - Swipe Gesture]

    Hi everyone, this class is an edit of this class from Erel: https://www.b4x.com/android/forum/threads/classes-are-soon-coming.18395/ I've done some changes to achieve an animated "Swipe gesture (left to right)" If you swipe all the way right to the trigger point, you can trigger an event...
Top