If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA NetBeans 8.2 Desktop OS Windows 10 Pro Simulator Latest Device PC, Android, IOS
I allow a user to add / delete rows of a table. I have a TableLayout component with say 10 rows and 4 columns. Best practice to delete the 4 columns from a row? I see method "removeLayoutComponent(*Component* <https://www.codenameone.com/javadoc/com/codename1/ui/Component.html> comp)" I could individually call this method on the 4 components that make up the row I want deleted. Is there a recommended approach? PS. I do see a "addLayoutComponent" method, however I do not grasp how I would add a row at a specific location. Thoughts? Regards -- 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/b1a60c23-f948-4bd7-9396-5728c54ae332%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
