BBjListEdit::setMaximumRowCount
Description
Sets the maximum number of rows that the drop-down list will display in the BBjListEdit control.
Syntax
Return Value | Method |
---|---|
void | setMaximumRowCount(int max) |
Parameters
Parameter | Description |
---|---|
max | Specifies the maximum number of rows that the drop-down list will display. |
Return Value
None.
Remarks
If the number of items in the list is greater than the count, a scrollbar will appear.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.