---
title: arrangedObjects
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstreecontroller/arrangedobjects
---

# arrangedObjects

The tree controller’s sorted content objects.

## Declaration

```swift
var arrangedObjects: NSTreeNode { get }
```

## Discussion

Discussion The value of this property represents a proxy root tree node containing the tree controller’s sorted content objects. The proxy object responds to children and descendant(at:) messages. This property is observable using key-value observing.

## See Also

### Arranging Objects

- [rearrangeObjects()](appkit/nstreecontroller/rearrangeobjects().md)
