D Domingo Member Licensed User Longtime User Jan 7, 2011 #1 Is posible makes column whith not equals?. For exemple, col1 with 50, col2 with 200, ... Sorry for my bad lenguage Thanks
Is posible makes column whith not equals?. For exemple, col1 with 50, col2 with 200, ... Sorry for my bad lenguage Thanks
Erel B4X founder Staff member Licensed User Longtime User Jan 8, 2011 #2 The columns widths is set in line 145: B4X: Table.AddView(l, ColumnWidth * i, RowHeight * lastRow, ColumnWidth, RowHeight) You can change this line to set different widths for each column. You will also need to change line 162 for the headers. Upvote 0
The columns widths is set in line 145: B4X: Table.AddView(l, ColumnWidth * i, RowHeight * lastRow, ColumnWidth, RowHeight) You can change this line to set different widths for each column. You will also need to change line 162 for the headers.