Hallo Agraham,
Thanks for the prompt reply.
However, I was completely on the wrong track. The scroll bar was indeed rather small, but the empty space was not the result of that.
In my application that Table control contains 12 columns, from which 10 have a column width set to zero, in order not to view them.
Now, on the device (device only) apparantly the separation line between the columns is maintained when the width is set to zero. The empty space at the left side of the progress bar is the collection of 10 separation lines. This is true for AutoScale yes and no. I found this by setting the LinesColor to cRed.
As this is the reason, unfortunately none of your 2 solutions were effective to solve my problem. I will now do it by splitting the Table in two tables, one with the columns which should be visible and one with the columns which should not be visible and synchronize those with the Selection changed event.
Thanks again,
Harry