My scroll view widget will not scroll all the way to the right and stay. It will show the images on the far right but will bounce back and they are hidden (off screen) once you release it.
Here is how I’m setting up my widget:
local scrollView = widget.newScrollView
{
top = display.contentHeight - 155,
left = 5,
width=display.contentWidth - 10,
height = 50,
scrollWidth = display.contentWidth + 200,
scrollHeight = 50,
verticalScrollDisabled=true,
isHitTestMasked = true,
hideBackground=true
}
[import]uid: 64619 topic_id: 36534 reply_id: 336534[/import]