Contents

NSGridView

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

Declaration

class NSGridView

Overview

A grid view helps you lay out content, such as photos or thumbnails, in a row-column arrangement similar to a spreadsheet. Within a grid view, an item that occupies a single row-column intersection is represented by an NSGridCell object.

Topics

Creating a Grid View

Getting Information About the Grid

Adding, Removing, and Moving Rows

Adding, Removing, and Moving Columns

Managing Grid Spacing and Alignment

Creating and Merging Cells