-
Notifications
You must be signed in to change notification settings - Fork 0
scrollable tv lazy column
milan jurkulák edited this page May 2, 2024
·
2 revisions
//tvlib/org.mjdev.tvlib.ui.components.tv/ScrollableTvLazyColumn
[androidJvm]\
fun ScrollableTvLazyColumn(modifier: Modifier = Modifier, contentPadding: PaddingValues = PaddingValues(0.dp), reverseLayout: Boolean = false, verticalArrangement: Arrangement.Vertical = if (!reverseLayout) Arrangement.Top else Arrangement.Bottom, horizontalAlignment: Alignment.Horizontal = Alignment.Start, userScrollEnabled: Boolean = true, pivotOffsets: PivotOffsets = PivotOffsets(), state: TvLazyListState = rememberTvLazyListState(), content: TvLazyListScope.() -> Unit = {})