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

# Browser View

Provide a column-based interface for viewing and navigating hierarchical information.

## Topics

### View

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

An interface that displays a hierarchically organized list of data items that can be navigated and selected.

### Management

[`protocol NSBrowserDelegate`](/documentation/AppKit/NSBrowserDelegate)

A set of methods that a browser delegate implements to manage selection, scrolling, sizing, and other behavior.

### Cell

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

The user interface of a browser.



---

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)