When i'm drawing a table at Genero form designer i can't reduce its width to fit the columns width, there is always a persistent blank space at the right side of the table. I have seen that the more columns my table has, larger is the space.
This causes the last column to be unnecessarily large and makes harder to position the other screen elements, since the table is larger than necessary.
I know i can apply the style name="resizeFillsEmptySpace" value="no" at the table to maintain the column width, but there will still be an unnecessary empty space at the table.
So what is this space and there is a way of removing it?