Horizontal scrollbar with scrollview

Hi,

I’m implementing the scrollview widget to show some ‘long’ horizontal content. I’ve disabled the vertical scrollbar as I don’t need it and the horizontal scrollbar is enabled. I’ve also set the “hideScrollbar” to false in order to show the scrollbar, like this:

[lua]

local scrollView = widget.newScrollView {

  – options here

  verticalScrollDisabled = true,

  horizontalScrollDisabled = false,

  hideScrollBar = false,

  – more options here

}

[/lua]

The scrolling content works perfect but the problem is that the horizontal scrollbar is not showed, why? I’m looking at the docs but can’t find an option to solve this. If I enable the vertical scrollbar the bar is showed (but only vertical). Is it possible to show the horizontal scrollbar?

Update: I’m using build the latest build (1234)

Thanks a lot for your help!

Paolo G

i had the same problem but could not solve it could someone help  we would be thankful for it 

i had the same problem but could not solve it could someone help  we would be thankful for it