ensureRowFullyVisible

suspend fun <C> ensureRowFullyVisible(index: Int, verticalState: LazyListState, state: TableState<C>, density: Density, movement: Int = 0)

Ensure that the given index row becomes fully visible in the viewport (supports dynamic row heights).