<!--
{
  "documentType" : "article",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/grid-view",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Grid View"
}
-->

# Grid View

Arrange views in a flexible grid, and handle the layout associated with those views.

## Topics

### View

[`class NSGridView`](/documentation/AppKit/NSGridView)

A container that aligns views in a flexible grid of rows and columns.

### Cell

[`class NSGridCell`](/documentation/AppKit/NSGridCell)

An individual content area within a grid view, typically at the intersection of a row and a column.

### Rows and Columns

[`class NSGridColumn`](/documentation/AppKit/NSGridColumn)

A column within a grid view.

[`class NSGridRow`](/documentation/AppKit/NSGridRow)

A row within a grid view.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)