[codenameone-discussions] Re: Layout issues

2019-08-21 Thread Shai Almog
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

[codenameone-discussions] Re: Layout issues

2019-08-21 Thread mcw
I was able to get this to work. What I ended up doing was changing the layout of my Container to BoxLayout. Most of the boxes used GridBagLayout so I was still able to get the exact format I wanted. I am still not sure why it didn't work when the whole Container used GridBagLayout. Thanks,

[codenameone-discussions] Layout issues

2019-08-21 Thread mcw
I am having layout issues. It is a complicated form so producing a test case might take a while. I was hoping you might have some ideas. I have a form which uses BorderLayout. I add the actual content to a second container which uses GridBagLayout and then add the container to the center of