I have two pages with scroll views. Ones vertical and has a scrollbar and ones horizontal and the scrollbar doesnt show up. Is there anything that needs to be done differently to get the default scrollbars for horizontal scroll views?
self.scrollView = widget.newScrollView { top = 20, left = 20, width = \_WIDTH - 40, height = 200, scrollWidth = 0, verticalScrollDisabled = true, horizontalScrollDisabled = false, --backgroundColor = { 0.8, 0.8, 0.8 }, hideBackground = true, isBounceEnabled = true, hideScrollBar = false, }