row

Function row 

Source
pub fn row(child: impl IntoUiNode, row: impl IntoVar<usize>) -> UiNode
Expand description

P Cell row index.

If set to usize::MAX the cell is positioned based on the logical index.

Is 0 by default.

This property sets the INFO_ID.

See also the at property to bind both indexes at the same time.