Contents

minItemSize

The minimum size (in points) of items in the collection view grid.

Declaration

var minItemSize: NSSize { get set }

Discussion

The default value of this property is (0, 0). If the item’s view is resizable, set the value to the minimum size that the view should use.

See Also

Legacy Collection View Support