Stay organized with collections
Save and categorize content based on your preferences.
blockly > HorizontalFlyout > reflowInternal_
HorizontalFlyout.reflowInternal_() method
Compute height of flyout. toolbox.Position mat under each block. For RTL: Lay out the blocks right-aligned.
Signature:
protected reflowInternal_(): 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."],[[["`HorizontalFlyout.reflowInternal_()` method calculates and sets the flyout's height, positions the toolbox mat beneath each block within the flyout, and arranges blocks in a right-aligned layout for right-to-left (RTL) languages."],["This method is internally used to manage the layout and positioning of elements within a horizontal flyout and does not return any value."]]],["The `reflowInternal_` method, part of the `HorizontalFlyout` class, calculates the flyout's height and positions the blocks within it. It also determines the placement of each block's \"mat.\" When the layout is in Right-to-Left (RTL) mode, the blocks are aligned to the right side of the flyout. The method does not return any value (void).\n"]]