Shikhar13 / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

Hallo world filetree clips some root items #262

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
J2ME
Form form = new Form("Choose a file to upload");            
form.addComponent(new FileTree());
form.show();

See pic.

Root is clipped. As soon as you click on root and scroll back up Root is 
painted correctly and not clipped anymore.

Original issue reported on code.google.com by jkoo...@gmail.com on 13 Jul 2012 at 11:48

Attachments:

GoogleCodeExporter commented 9 years ago
Since the container changes its size you need to place it in a layout manager 
that stretches it like a Border or Box layout.

Original comment by shai.almog on 13 Jul 2012 at 4:21