Consultor Eletrônico



Kbase 18272: Apptivity: preventing horizontal scrollbars in a grid
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/25/1998
Apptivity: preventing horizontal scrollbars in a grid

The default behavior for the Indius grid, which is the grid used in
Apptivity, is to display a horizontal scrollbar. You can prevent
this from being shown by using the following methods:

* grid-name,setHasHorizScrollBar(false)
* grid-name.setElasticLastColumn(true)

The first method turns off the scrollbar and the second method makes
the last column fill up the white space on the right-hand side of
the grid.

These methods need to be called after the grid has initialized, i.e.
after the statement:
grid-name.init();