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 the BorderLayout. I have set vertical scrolling to true.

Variable amounts of data are displayed. As long as all the data fits on the 
screen, it works perfectly. The problem starts when scrolling takes place. 
The panel scrolls but the first component on the panel is clipped. The 
height of the first component is reduced and it is only partially visible. 
I was expecting my complete panel to be untouched and scrollable.

I have tried the various center behavior flags on the BorderLayouit but the 
problem persists.

This is happening everywhere, in the simulator, Android and iOS devices.

Do you have any idea why the first component would be clipped when 
scrolling is active?

Thanks,

Martin

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/cf392fa2-9e40-402c-806f-d4e479c934c0%40googlegroups.com.

Reply via email to