Function zng_wgt_grid::cell::span

source ยท
pub fn span(
    child: impl UiNode,
    span: impl IntoVar<(usize, usize)>,
) -> impl UiNode
Expand description

P Cell column and row span.

Is (1, 1) by default.

This property sets the INFO_ID.

See also the column_span or row_span properties to bind each index individually.