I think you will need to create your own layout manager to do this. Normally this wouldn't be a problem but the scrolling behavior when the total grows would be a problem.
You can keep focus on the bottom by scrollComponentToVisible() or requestFocus(). I would suggest just copying the code of BoxLayout and starting from that point as the only change you need to make is laying out from the bottom upwards, you can also discard all the logic related to X layout etc. -- 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/add30ae7-f995-4389-b356-784978d03a1c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
