palmaf Member Licensed User Longtime User Feb 20, 2017 #1 A small example of how to use Table.SetColumnsWidths?
klaus Expert Licensed User Longtime User Feb 20, 2017 #2 Which Table are you speaking of? If it's the Flexible Table Class, simply set: Table1.SetColumnsWidths(50dip, 50dip, 100dip,...) You must provide as many values as you have columns. Be aware that you can have automatic widths. Upvote 0
Which Table are you speaking of? If it's the Flexible Table Class, simply set: Table1.SetColumnsWidths(50dip, 50dip, 100dip,...) You must provide as many values as you have columns. Be aware that you can have automatic widths.
Erel B4X founder Staff member Licensed User Longtime User Feb 20, 2017 #4 The table in the Excel example is a TableView: https://www.b4x.com/android/forum/threads/19254 It doesn't matter where the data comes from. Upvote 0
The table in the Excel example is a TableView: https://www.b4x.com/android/forum/threads/19254 It doesn't matter where the data comes from.