Could you observe if the movements were of the right speed in the previous version?In B4J it doesn't flicker anymore but the displacement of the panel is smaller than the displacement of the mouse cursor, this happens also in B4A.
This is because the views above the panel absorb the touch event.There is a problem with scrolling with the finger.
When we add views with events like a table with labels onto the scrollview, this one doesn't scroll anymore with the finger.
The only possibility is with the scrollbars.
In the first version it was actually like that, then for a reason I don't remember I modified it.A suggestion for the scrollbars.
Make the bar scrolling only when the user touches the cursor.
And when the user clicks on the scrollbar outsides the cursor scroll 1 page, like in windows.
I know, but for me this is a problem because phone and tablet users would want it.This is because the views above the panel absorb the touch event.
If you think it is useful I can create the possibility to enable a panel above for scrolling but which cancels the events of the underlying objects.I know, but for me this is a problem because phone and tablet users would want it.
I have not yet looked if there is a possibility to send the event to the underlying view in Android.
In B4J it works in myscrollview.
And, if I remember well, in B4i it's also the case.