Hi, I'm assuming you mean BoxLayout Y and not in a renderer within a List...
I suggest you don't use the Container UIID and instead use a different UIID if you want to control the background as the Container UIID is a special case in Codename One. Normally to select a Container it needs to be focusable but that would make it "steal" the focus from the components. If you want an entire component hierarchy to behave as one component you should use lead component. See the explanation of lead component here: https://www.codenameone.com/manual/components.html -- 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/6a991d4d-adb1-4101-92d9-0336ea8afdde%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
