autosizesCells
A Boolean that indicates whether the cell sizes change when the receiver is resized.
Declaration
var autosizesCells: Bool { get set }Discussion
When the value of this property is true, whenever the matrix is resized, the sizes of the cells change in proportion, keeping the intercell space constant. This property verifies that the cell sizes and intercell spacing add up to the exact size of the matrix, adjusting the size of the cells and updating the matrix if they don’t. When the value of this property is false, then the intercell spacing and cell size remain constant.