How to look up specific usage of built-in functions in B4XLIB library, for example B4XTable?
For example, How to wholly set four column width in 60dip instead of setting one by one.
Based on your question, you do not need to go into the library code to find the solution. Add this code after the define the 4 columns of the B4XTable. It is always better to first ask the question than to dive into the library , unless you are at an impasse.
B4X:
For Each c As B4XTableColumn In B4XTable1.Columns
c.Width= 60dip
Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.