ScrollView axis bug

If I make the x width for example 200 and make scrollable 200 (or tried less too) you can still scroll along the x-axis when i only want the widget to scroll Y (or conversely same bug when i want to only scroll X it lets me scroll Y when the y width and y scrollable are the same). How do I lock an axis to not be scrollable??? Seems like a bug when i want the width and scrollable width to be the same and it’s still moveable along that axis. [import]uid: 6317 topic_id: 26072 reply_id: 326072[/import]

I’m guessing I’m misreading this but the scroll view sample only scrolls on the Y, not on the X - it sounds like that is what you want. Can you elaborate further? If it’s a bug I’d ask you to file it and make sure to include a zipped project we can run that demonstrates the issue.

Peach :slight_smile: [import]uid: 52491 topic_id: 26072 reply_id: 105595[/import]

i have modified it to work on x-axis too, but in either case the issue is like the code below

 sv = widget.newScrollView{  
 width = display.contentWidth,  
 height = 348,  
 scrollWidth = display.contentWidth,  
 scrollHeight = jobGroup.contentHeight+50,  
 hideBackground=true,  
 topPadding=15,  
 top=70,  
 maskFile="mask320x348.png",  
 }  

If I use this code even though as you can see the width and scrollWidth are the screen size, when i actually run it, you can grab the screen and still drag left and right which i don’t want the user to be able to do. [import]uid: 6317 topic_id: 26072 reply_id: 105612[/import]

Is that written to work in any of our samples?

If so, which? If not, please put a sample we can run together and submit a bug report if you believe this behavior is indeed a bug. [import]uid: 52491 topic_id: 26072 reply_id: 105782[/import]

I wants to scroll a group included small rectis on both the axis after scaling a group
Help me if yo can?
Thanks in advance. [import]uid: 150513 topic_id: 26072 reply_id: 114709[/import]