Hi everyone,
This was working a day or two ago but now I can’t seem to get horizontal scrolling disabled in my ScrollView. Code as follows:
[lua]
local sv = widget.newScrollView{
width = 440,
height = 280,
maskFile =“mask-440.png”,
horizontalScrollingDisabled = true,
verticalScrollingDisabled = false,
backgroundColor = {255,255,255,0},
}
[/lua]
Am I doing something wrong?
Thanks,
Ian