---
title: indentationMarkerFollowsCell
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsoutlineview/indentationmarkerfollowscell
---

# indentationMarkerFollowsCell

A Boolean value indicating whether the indentation marker symbol displayed in the outline column should be indented along with the cell contents.

## Declaration

```swift
var indentationMarkerFollowsCell: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the indentation marker is indented along with the cell contents. When the value is false, the marker is always displayed left-justified in the column. The default value of this property is true.

## See Also

### Working with Indentation

- [level(forItem:)](appkit/nsoutlineview/level(foritem:).md)
- [level(forRow:)](appkit/nsoutlineview/level(forrow:).md)
- [indentationPerLevel](appkit/nsoutlineview/indentationperlevel.md)
