column

Function column 

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

P Cell column 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.