Type Function Library widget.* Return value Number Revision 2017.3060 Keywords widget, scroll view, ScrollViewWidget, setScrollWidth See also object:setScrollHeight() [widget.newScrollView( )]api.library.widget.newScrollView ScrollViewWidget
Updates the scrollable content width of a ScrollViewWidget, meaning the total amount that the user can scroll the view in the horizontal direction.
object:setScrollWidth( newWidth )
Number. The new scrollable content width.
scrollView:setScrollWidth( 900 )