We are using GWT 2.4.0. We are using Grid in our application. But we are not able to set height of a grid.For reference,please have a look into the following image:

In the above image,you can find the listbox with grid in the left side having a lot options.But we need to display only 10 items with scroll bar.Is there any way to achieve this?Throw me in right direction.
Help would be appreciated.
Have you tried with some css rules?
Example:
EDIT:
if you are working with ListBox (http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/ListBox.html)