Contents

maximumItemSize

The largest allowable size for an item’s view.

Declaration

var maximumItemSize: NSSize { get set }

Discussion

Use this property to limit the maximum size of items displayed in the grid. The default value of this property is (0.0, 0.0), which imposes no maximum size for items.

See Also

Specifying the Grid Parameters