Android Question CLVSwipe event of the very fact of the swipe.

red30

Well-Known Member
Licensed User
Longtime User
When working with CLVSwipe, I realized that I don't have the event of the very fact of the swipe. And when the panel is already fully open. Can I add this event?
I already asked this question, but is it possible to somehow add a simultaneous left-to-right and right-to-left swipe?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
but is it possible to somehow add a simultaneous left-to-right and right-to-left swipe?
It is technically possible but you will need to learn the code and add such feature.

About your first question, you should raise the event from ChangeOffset. See where m.Open is assigned a new value.
 
Upvote 0
Top