GridCells

sealed class GridCells

Known direct subclasses
GridCells.Adaptive

Defines a grid with as many columns as possible on the condition that every cell has at least minSize space and all extra space distributed evenly.

GridCells.Fixed

Defines a fixed number of columns, limited to 1 through 5.


Defines the number of columns of the GridView.

Summary

Nested types

Defines a grid with as many columns as possible on the condition that every cell has at least minSize space and all extra space distributed evenly.

Defines a fixed number of columns, limited to 1 through 5.

Protected constructors

Protected constructors

GridCells

protected GridCells()