Skip to main content

blockly > Scrollbar > setContainerVisible

Scrollbar.setContainerVisible() method

Set whether the scrollbar's container is visible and update display accordingly if visibility has changed.

Signature:

setContainerVisible(visible: boolean): void;

Parameters

Parameter

Type

Description

visible

boolean

Whether the container is visible

Returns:

void