You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Hi,
The layout manager determines the location/size of the components. If you want to control the exact location you can build your own layout manager and decide where you want components to "go". This isn't too hard, you can just subclass the Layout class and implement the applicable methods.