3.2.0

Grid Height and Horizontal Scrollbar

I am playing with this grid to see if it will be suitable for our application (if so we will purchase a full license). Anyway the trouble i am having is in defining a height for the grid.

when i define a height for the grid, if the grid is smaller, it still takes up all the room i defined. The problem arises if there is a hrizontal scroll bar, instead of the scrollbar appearing at the bottom of the last row of data, i have a bunch of blank space and then the scrollbar. This looks pretty ugly. Is there a quick fix to this? Can the grid automatically shrink it's height to accomodate the small amount of data?

thanks,
Marc
Marc
August 1,
If you know how many rows of data there are, and you have allotted too much room, then resize the grid after you display it. If you know that you have a header that is 25 pixels height and 4 rows of data each 20 pixels heigh, then set the grid height to 105. You might need to figure out an exact formula to take into account any borders etc that you might have. But generally, when you set the size of an object that uses absolute positioning, it stays that size regardless of the data it contains.
Jim Hunter
August 3,
thanks that worked
August 3,

This topic is archived.

See also:


Back to support forum