I set vertical scrolling on the Container and it does scroll. The problem is that as soon as there is enough data to scroll, the first component is clipped. I tried different components in the first position but they always got clipped.
[image: image1.png] Image1 shows the top of the screen when there is no scrolling. [image: image2.png] Image2 shows the same area after more data is added and scrolling kicks in. The first component has been reduced in height. As I mentioned I have found a good workaround for this problem, so it is not a big deal. I used to construct the whole form with GridBagLayout, now it is a BoxLayout with GridBagLayout in the boxes. Thanks, Martin On Wednesday, August 21, 2019 at 7:18:11 PM UTC-7, Shai Almog wrote: > > I don't understand the original problem. BorderLayout can't be scrollable > so which part was scrollable and how did it look? > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/8a466306-c0fe-4374-b7ec-20c9fb6c088c%40googlegroups.com.
