Share My Creation Scrolling Panel

You can scroll horizontally within panel content.

Two panels used in this sample.
 

Attachments

  • ScrollingPanel.apk
    176.6 KB · Views: 621
  • SC20110808-122037.jpg
    SC20110808-122037.jpg
    9.2 KB · Views: 14,968
  • ScrollingPanel02.zip
    368.5 KB · Views: 1,448
Last edited:

agasca

Member
Licensed User
Longtime User
Hi, I followed your sample and runs perfect under version 1.60. I've upgraded to 1.70 version and suddenly it get stuck the scrolling animation left to right and viceversa. do you have any idea what could it be? Please comment me, in advance thanks
 

agasca

Member
Licensed User
Longtime User
Thanks Erel, I'll try it.

Meanwhile after some work around into this issue, I tried "TouchListener_Touch(action As Int, X As Float, Y As Float)" Instead of "TouchListener_Touch(action As Int, X As Float, Y As Float) As Boolean" and works fine for version 1.70

Source Android SlidingPanels - Simple way to create sliding layouts
 
Top