문제

In LWUIT, I have a form that has around 4 horizontal lists. The lists' horizontal scrolling words perfectly.

However, when I want to scroll vertically up and down the form, it just ends up scrolling horizontally whichever list where the swipe begins, even though I'm swiping up and down and not left and right.

Is there any way to fix this?

Edit: This is my layout for the form:

this.setLayout(new BoxLayout(BoxLayout.Y_AXIS));
this.setScrollableY(true);
도움이 되었습니까?

해결책

This was a bug in LWUIT that wasn't designed for doing that, we fixed it in Codename One. Its not a trivial fix since we needed to refactor quite a lot of things.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top