ContextualFlowColumnOverflowScope


Scope for the overflow ContextualFlowColumn.

Summary

Inherited functions

From androidx.compose.foundation.layout.ColumnScope
Modifier

This function is deprecated. ContextualFlowLayouts are no longer maintained

Cmn
Modifier
Modifier.alignBy(alignmentLineBlock: (Measured) -> Int)

This function is deprecated. ContextualFlowLayouts are no longer maintained

Cmn
Modifier

This function is deprecated. ContextualFlowLayouts are no longer maintained

Cmn
Modifier
Modifier.weight(
    weight: @FloatRange(from = 0.0, fromInclusive = false) Float,
    fill: Boolean
)

This function is deprecated. ContextualFlowLayouts are no longer maintained

Cmn
From androidx.compose.foundation.layout.FlowColumnScope
Modifier
Modifier.fillMaxColumnWidth(
    fraction: @FloatRange(from = 0.0, to = 1.0) Float
)

Have the item fill (possibly only partially) the max width of the widest item in the column it was placed in, within the FlowColumn.

Cmn

Inherited properties

From androidx.compose.foundation.layout.FlowColumnOverflowScope
Int

Total Number of Items displayed in the FlowColumn

Cmn
Int

Total Number of Items available to show in FlowColumn This includes items that may not be displayed.

Cmn