|
| Inicio → WINDEV 2024 → How to programmatically adjust only certain columns in table control |
| How to programmatically adjust only certain columns in table control |
| Iniciado por petr.pesava, 09,dic. 2018 12:12 - No hay respuesta |
| |
| | | |
|
| |
| Publicado el 09,diciembre 2018 - 12:12 |
Hi,
does anybody know how to adjust only some columns of table control according to size of column content? I use TableAdjust() to adjust whole table automatically but it works only for all columns.
At this moment I see the only one way how to achieve this and it is to somehow find widest content of column and set column width according to this.
What I am looking for is something like this TableAdjust(MyTable.COL_MyColumn) or ColumnAdjust(COL_myColumn)
Thank you in advance.
Petr |
| |
| |
| | | |
|
| | | | |
| | |
|