문제

I am trying to we both vertical and horizontal scrollable of a table in lwuit but there is a problem. When i set the horizontal scrollable it disables the vertical scrollable automatically. The following is the code:

t.setScrollableX(true);
t.setScrollable(true);

I guess both the scrollable don't work simultaneously. Any help would be appreciated.

도움이 되었습니까?

해결책

Did you try to put the Form's scrollable property to false? I think that you should try it using setScrollable(false);

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