---
title: isAutoscroll
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsmatrix/isautoscroll
---

# isAutoscroll

A Boolean that indicates whether the receiver is automatically scrolled.

## Declaration

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

## Discussion

Discussion When the value of this property is true, the matrix, if it is in a scrolling view, is automatically scrolled whenever the cursor is dragged outside the matrix after a mouse-down event within its bounds.

## See Also

### Scrolling Cells in the Matrix

- [setScrollable(_:)](appkit/nsmatrix/setscrollable(_:).md)
- [scrollCellToVisible(atRow:column:)](appkit/nsmatrix/scrollcelltovisible(atrow:column:).md)
