Contents

minimumItemSize

The smallest allowable size for an item’s view.

Declaration

var minimumItemSize: NSSize { get set }

Discussion

Use this property to ensure that items have a minimum size when displayed in the grid. The default value of this property is (0.0, 0.0), which imposes no minimum size for items.

See Also

Specifying the Grid Parameters