BBjGrid::setTrimBlankSpace
Description
In BBj 9.00 and higher, when a grid is larger in size than the size required to display the table and all required headers and scrollbars, this method controls whether the grid will be trimmed to the minimum size to display the table, headers and scrollbars.
Syntax
Return Value |
Method |
void |
setTrimBlankSpace(boolean shouldTrim) |
Parameters
Variable |
Description |
shouldTrim |
If non-zero, grid will trim blank space. 0 = Not trimmed. 1 = Trimmed |
Return Value
None.
Remarks
By default, a grid does not trim blank space.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.