setCellSize(_:)
Sets the cell size.
Declaration
func setCellSize(_ size: NSSize)Parameters
- size:
The size to set.
Discussion
You must use setCellSize or setZoomValue(_:), but not both. Setting the zoom value changes the cell size, and vice versa.