Stay organized with collections
Save and categorize content based on your preferences.
blockly > HorizontalFlyout > scrollToStart
Scroll the flyout to the top.
Signature:
scrollToStart(): void;
Returns:
void
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["This method checks if a drag or gesture is currently happening on any workspace."],["It is a static method, meaning it's called on the `Gesture` class itself, not a specific instance."],["The `inProgress()` method returns `true` if a gesture is in progress, otherwise `false`."]]],["The `scrollToStart()` method, part of the `HorizontalFlyout` class, is designed to reposition a flyout. The core action is to scroll the horizontal flyout to its starting position, which is equivalent to scrolling to the top. The method takes no arguments and returns nothing (`void`). Its function is solely to adjust the display of the flyout.\n"]]