I have a grid that loads data dynamically, however the grid has a fixed height. This effectively means that sometimes the data will overflow and the vertical scroll bar will appear. When the vertical scroll bar appears, the horizontal scroll bar subsequently appears because obviously the width of the visible area has decreased… My question is simply; is there a way to resize the grid if there is an overflow so that the vertical scroll bar pushes the columns to within the visible area, in other words, it shrinks the grid?
Another way to put it is; is it possible to have an ‘inline’ scroll bar instead of a ‘floating’ one?