end

    The child controls will be arranged at the end of the container, i.e. bottom if orientation is vertical, right if orientation is horizontal (left for RTL layout).

    FlowContainer.swift:19
    case end

    Other cases

    • case begin

      The child controls will be arranged at the beginning of the container, i.e. top if orientation is vertical, left if orientation is horizontal (right for RTL layout).

    • case center

      The child controls will be centered in the container.