That's not quite what I want. Within the container (where ever it may be placed on the form), as I add labels to the form, I want the last label added to be at the bottom of the component, with free white space at the top of the container. Normally, as you add components to a container with a BoxLayoutY, they are added to the top with whitespace at the bottom. (Same if you are adding items to a List).
On Sunday, October 2, 2016 at 3:22:23 PM UTC+10, Diamond wrote: > > Hi, > > To achieve that, set your form layout to BorderLayout and place container > c at the South Position of the form. > -- 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]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/40d18ae6-4871-4ed0-818b-d33557f57ded%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
