blockly > HorizontalFlyout > reflowInternal_
Methode HorizontalFlyout.reflowInternal_()
Höhe des Flyouts berechnen. Toolbox.Positionieren Sie die Matte unter jedem Block. Für RTL: Die Blöcke rechtsbündig ausrichten.
Unterschrift:
protected reflowInternal_(): void;
Gibt zurück:
voidm
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-20 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-20 (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"]]