BBjCEdit::setHorizontalScrollable
Description
Sets whether a horizontal scroll bar will appear when the text is too large to fit within the BBjCEdit control area.
Syntax
Return Value |
Method |
void |
setHorizontalScrollable(boolean scroll) |
Parameters
Variable |
Description |
scroll |
Specifies whether a horizontal scroll bar will appear when the text is too large to fit within control area. 0 = No Horizontal Scroll 1 = Horizontal Scroll |
Return Value
None.
Remarks
A horizontal scroll bar will not appear if line wrap is set.
By default, there is no horizontal scroll.
Example
|
See Also
EVENTMASK Mnemonic - Change Event Mask
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.