I have tabular DataWindow in my window:
Then i have code that doing it:
(qwe is the middle column.
asd is the right column)
The problem is I don't know how fix the blank
area:
Thanks!
I have tabular DataWindow in my window:
Then i have code that doing it:
(qwe is the middle column.
asd is the right column)
The problem is I don't know how fix the blank
area:
Thanks!
i like your screenshoots, they look like real :) So I think your problem is that there are INVISIBLE columns on your datawindow. Thats why the width is larger than you expected. You can do two things:
I hope this helps!
Regards Gábor
Ps.: I forget to say that you need to set the LABEL and COLUMNS width also to 0 (or delet BOTH of that)
Oke i found solution. PowerBuilder calculate the the biggest sum of X+Width (when its expression, default value consider) from all columns (Include invisible). The calculation performed after Create method of UO DataWindow.
Amazing :)