{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

FlowColumnScope

@LayoutScopeMarker
@ExperimentalLayoutApi
public interface FlowColumnScope extends ColumnScope


Scope for the children of FlowColumn.

Summary

Inherited methods

From androidx.compose.foundation.layout.ColumnScope
abstract @NonNull Modifier
orgKt.align(
    @NonNull Modifier receiver,
    @NonNull Alignment.Horizontal alignment
)

Align the element horizontally within the Column.

abstract @NonNull Modifier
orgKt.alignBy(
    @NonNull Modifier receiver,
    @NonNull Function1<@NonNull Measured, @NonNull Integer> alignmentLineBlock
)

Position the element horizontally such that the alignment line for the content as determined by alignmentLineBlock aligns with sibling elements also configured to alignBy.

abstract @NonNull Modifier
orgKt.alignBy(
    @NonNull Modifier receiver,
    @NonNull VerticalAlignmentLine alignmentLine
)

Position the element horizontally such that its alignmentLine aligns with sibling elements also configured to alignBy.

abstract @NonNull Modifier
orgKt.weight(@NonNull Modifier receiver, float weight, boolean fill)

Size the element's height proportional to its weight relative to other weighted sibling elements in the Column.