|
Purpose | With ColumnWidth you can change the column width in a table control. |
Examples | ColumnWidth [Material] 8
ColumnWidth [Table.2,Material] 8 |
Format | ColumnWidth [column] n
ColumnWidth [table,column] n n is the new column width in the table display (number of characters). If the column contains cells that contain more than n characters, the cell can be scrolled. ColumnWidth [...] 0: If you specify width 0, then the column is not displayed but can be displayed again by the user with the mouse, contrary to ColumnSize [...] 0. If the table is already customized by normal R/3 means, and you use GuiXT in addition, then the GuiXT script overrides. |