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]
The newParagraph(text) which I am adding is going above the scrollView but in the bottom its OK
Setting ‘top’ takes same as the value ‘y’. [import]uid: 109064 topic_id: 19508 reply_id: 75435[/import]