Constant zng_wgt_grid::cell::AT_AUTO
source ยท pub const AT_AUTO: (usize, usize);
Expand description
Value for at
that causes the cell to be positioned based on the logical index i,
for columns i % columns and for rows i / columns.