HI
I am faced by a strange problem in LWUIT. I have a form in which i have added multiple Buttons but the problem is that the the form is not scrolling vertically.
If i set its setScrollable(true) then the form scrolls horizontally that is on y axis.
I have tried all methods
setScrollableY(true)
setScrollablex(false)
but all in vain .
I want form to scroll vertically .
But it doesnot plz help.

Reply With Quote

