PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → How to programmatically adjust only certain columns in table control
How to programmatically adjust only certain columns in table control
Started by PETR_K, Dec., 09 2018 12:12 PM - No answer
Posted on December, 09 2018 - 12:12 PM
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