Hi,
I am a newbie to Corona SDK.
I’m implementing scrollview to display text content using widget.newScrollView. But while scrolling the text is showing up the top limit set for the scrollview but bottom part is fine.
I have tried almost all properties but of no help
I’m using the following code to declare the scrollview:
[lua]local scrollView = widget.newScrollView{y = 150, x = 160, topPadding = 100, bottomPadding = -100, height=450, width = 700,maskFile=“scrollView.png” }[/lua] [import]uid: 109064 topic_id: 19508 reply_id: 319508[/import]
[import]uid: 52491 topic_id: 19508 reply_id: 75430[/import]