Search Blog

Search duranek.blogspot.com

Saturday, December 20, 2008

gwt-ext Grid'in scrollbar boşluğunu yok etme

GridPanel lOBMenuGrid = new GridPanel();
GridView view = new GridView();
view.setForceFit(true);
view.setScrollOffset(2); // the grid will hide reserved scrollbar space
lOBMenuGrid.setView(view);

No comments: