---
title: isScrollable
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscell/isscrollable
---

# isScrollable

A Boolean value indicating whether excess text scrolls past the cell’s bounds.

## Declaration

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

## Discussion

Discussion When the value of this property is true, text can be scrolled past the cell’s bound. When the value is false, the cell wraps its text.

## See Also

### Modifying Textual Attributes

- [isEditable](appkit/nscell/iseditable.md)
- [isSelectable](appkit/nscell/isselectable.md)
- [alignment](appkit/nscell/alignment.md)
- [font](appkit/nscell/font.md)
- [lineBreakMode](appkit/nscell/linebreakmode.md)
- [truncatesLastVisibleLine](appkit/nscell/truncateslastvisibleline.md)
- [wraps](appkit/nscell/wraps.md)
- [baseWritingDirection](appkit/nscell/basewritingdirection.md)
- [attributedStringValue](appkit/nscell/attributedstringvalue.md)
- [allowsEditingTextAttributes](appkit/nscell/allowseditingtextattributes.md)
- [importsGraphics](appkit/nscell/importsgraphics.md)
- [setUpFieldEditorAttributes(_:)](appkit/nscell/setupfieldeditorattributes(_:).md)
- [title](appkit/nscell/title.md)
