Is there a way to fix the height of a grid (that has its rows supplied by a rest service) so that it only can grow to a certain height and then will show a scroll bar if there are more rows than can be displayed.
The reason I ask this is because I have a set of buttons fixed in position at the bottom of the screen and I dont want the grid to show any data behind those buttons (which it currently does).
many thanks
Andy