Pudu programming language
Menu
API reference

Std.Ui.Grid.grid

1 declaration

fn

grid: Int -> &Array[Std.Ui.Layout.View] -> Int -> Std.Ui.Layout.View

cells in rows of columns, reading order left to right then down.

Every column takes an equal share of the width and every cell in a row shares that row's height; a short last row is padded with empty cells so its columns line up with the rows above. Fewer than one column is treated as one.

Back to Std.Ui.GridSearch related declarations