Can we create a scroller boundary programmatically in corona?
hideBackground shows a white background, but i need only the boundaries of the scroller as a line.
view\_scroller=widget.newScrollView { width=625, height=400, scrollWidth=300, scrollHeight=700, horizontalScrollDisabled=true, hideBackground=true, listener=scroll, } view\_scroller.x=0 view\_scroller.y=0
