A container that aligns views in a flexible grid of rows and columns.
SDK
- macOS 10.12+
Framework
- App
Kit
Declaration
class NSGridView : NSView
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 NSGrid
object.