# scrollable

> Indicates whether the content of this Blackboard can be vertically scrolled by user. It is false by default.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.5/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public bool scrollable { get; set; }
```
