<!--
{
  "availability" : [
    "macOS: 10.11.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSplitView/arrangedSubviews",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSSplitView(py)arrangedSubviews"
  },
  "title" : "arrangedSubviews"
}
-->

# arrangedSubviews

The array of views that the split view arranges as its split panes.

```
var arrangedSubviews: [NSView] { get }
```

## Discussion

This array contains a subset of the views in the split view’s [`subviews`](/documentation/AppKit/NSView/subviews) property. The views in this array may appear in a different order than in the [`subviews`](/documentation/AppKit/NSView/subviews) array.

If the value of [`arrangesAllSubviews`](/documentation/AppKit/NSSplitView/arrangesAllSubviews) is <doc://com.apple.documentation/documentation/Swift/true>, this array is identical to the [`subviews`](/documentation/AppKit/NSView/subviews) array.

---

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)