If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Netbeans 11 Desktop OS Windows 10 Pro Simulator Latest Device PC, Android, IOS
I have a com.codename1.ui.table.Table (AInventoryTable) of 13 columns that are AInventoryTable.setScrollableX(true); Unfortunately Each column is much wider than necessary and therefore requires more user scrolling than I like. Please see 2 attachments (PartTable_1.JPG is left view of row and PartTable_2.JPG is the right portion) Each column constraint has been set to con.setWidthPercentage(percentages[column]); However the total scrollable width is too great. Is there a method to adjust this so the colums are not so padded with empty space? 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/5c15e184-35ef-49f1-ae85-c5ef012b5775%40googlegroups.com.
