Columns are evenly distributed across the entire screen of your device. In case of smaller screens, individual columns are disabled, because there is not enough space to display the data appropriately.
The column width in the main list of your list (list columns) can be set manually in the list editor.
- Open the list editor and switch to the "Advanced" tab.
- Adjust the definition
listcolumns=
. - Save the changes.
Example
listcolumns=1:150:text,4:80:image;
- Column 1 is displayed in a width of 150 and contains text.
- Column 4 from our source file is displayed second in the app - in a width of 80. The content is output as an image.
Column 1 contains web links to image files. If this column is defined as image
and not web
, the image is displayed directly in the app.
General
The definition listcolumns= defines the visible columns of the list and is structured as follows: listcolumns=index1:width1:type1,index2:width2:type2;
index1
: Indexes refer to the position of the column in your file. If your list starts in column C, index1 stands for column C.width1
: This sets the width of the respective column. The width is given in pixels.type1
: Type defines the contents of this column and enables existing functionality, if any. (See example above.)
Comments
0 comments
Please sign in to leave a comment.