BBjGrid::fillGridWithColumns
Description
In BBj 2.03 and higher, this method specifies whether to fit all columns into the displayed width of the BBjGrid.
Syntax
Return Value |
Method |
void |
fillGridWithColumns(int fit) |
Parameters
Variable |
Description |
fit |
Specifies whether to fit all columns into the displayed width of the grid. If fit equals zero, then all columns in the parent window will be proportionately stretched to take all available space in the grid. If fit equals any other number than zero, then the number of columns will be proportionately stretched to take all available space according to that number. |
Return Value
None.
Remarks
The behavior of this method is the same as the behavior of Fit Columns to Window - GRID SENDMSG() Function 29..
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.