Contents

setFrameSize(_:)

Sets the size of the receiver’s frame size to the specified value.

Declaration

func setFrameSize(_ newSize: NSSize)

Parameters

  • newSize:

    The new size of the form.

Discussion

The width of NSFormCell objects always match the width of their encompassing NSForm object. The cell width is always changed to match the view regardless of the value returned by autosizesCells.

See Also

Changing the Appearance of All the Entries