研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >滚动条 >setVisible
设置是否显示滚动条。仅适用于未配对的滚动条。
Signature:
setVisible(visible: boolean): void;
参数
参数 |
类型 |
说明 |
可见 |
布尔值 |
如果可见,则为“true”。 |
返回:
void
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-12。
[null,null,["最后更新时间 (UTC):2024-09-12。"],[[["The `Scrollbar.setVisible()` method controls the visibility of a scrollbar in Blockly workspaces."],["This method is exclusively for non-paired scrollbars and takes a boolean value to determine whether the scrollbar should be displayed or hidden."],["Calling `setVisible()` with `true` makes the scrollbar visible, while calling it with `false` hides it."]]],["The `setVisible()` method controls the visibility of a scrollbar, specifically for non-paired scrollbars. It accepts a single boolean parameter, `visible`. When `visible` is set to `true`, the scrollbar becomes visible; otherwise, it is hidden. The method does not return any value. The method signature is `setVisible(visible: boolean): void;`.\n"]]