---
title: ScrollBarPolicy
description: ScrollBarPolicy content
---


`ScrollBarPolicy`

 This enum describes the scrollbar visibility

* **`as-needed`**:  Scrollbar will be visible only when needed
* **`always-off`**:  Scrollbar never shown
* **`always-on`**:  Scrollbar always visible
