!--a11y-->
FlowLayout 
In Web Dynpro, a FlowLayout is a container layout that arranges the UI elements on the screen from left to right in a flow and wraps UI elements, if necessary.
UI elements within a FlowLayout are automatically wrapped if the horizontal screen space is too small for the display in one line.
The layout of the individual elements of a FlowLayout is described using FlowData.

Note that a few UI elements, for example, the table cannot be assigned with other elements in one line, but are always wrapped.
Runtime Class |
CL_WD_FLOW_LAYOUT |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
No |
WDY_BOOLEAN |
true |
No |

Layout data is not bindable.
Further properties that can be inherited are defined in the associated higher-level class. The associated interface elements are:
· Layout
For dynamic programming the same properties, events, and aggregations are provide in the View Designer. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
WRAPPING |
WDY_BOOLEAN |