Is there any way in LWUIT to create a List which is not scrollable?
There is no method to allow doing that thing. Can it be possible?
I get it adding this List
inside a Container
not Scrollable and adding this Container
to another Scrollable Container
, but I don't like this solution.
Is there any other better solution than above ?