Contents

addRow(with:)

Adds an array of views to a new row.

Declaration

func addRow(with views: [NSView]) -> NSGridRow

Discussion

You can insert and remove rows and columns dynamically in a grid view. The grid is enlarged as needed to hold the specified views.

See Also

Adding, Removing, and Moving Rows