BBjGrid::setSnapToRowHeight
Description
In BBj 6.00 and higher, this method sets whether the grid will adjust its height so that it does not display any 'partial' rows.
Syntax
Return Value |
Method |
void |
setSnapToRowHeight(boolean shouldSnap) |
Parameters
Variable |
Description |
shouldSnap |
Specifies whether the grid should modify its size to show only complete rows. |
Return Value
None.
Remarks
By default, snapToRowHeight is true.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.