# Scrolling Widgets

Widgets that provide scrollable content areas and advanced scrolling behaviors.

## Overview

Scrolling widgets enable content that exceeds the screen size to be accessed through scrolling. These widgets handle various scrolling patterns and provide smooth user experiences for large content sets.

## Categories

### Basic Scrolling

* [**List View**](https://docs.digia.tech/ui-building-blocks/widgets/scrolling-widgets/listview) - Vertical scrolling list of items
* [**Grid View**](https://docs.digia.tech/ui-building-blocks/widgets/scrolling-widgets/gridview) - Scrollable grid layouts

### Advanced Scrolling

* [**Smart Scroll View**](https://docs.digia.tech/ui-building-blocks/widgets/scrolling-widgets/smart-scroll-view) - Advanced scrolling with custom behaviors
* [**Smart Scroll Group**](https://docs.digia.tech/ui-building-blocks/widgets/scrolling-widgets/smart-scroll-group) - Grouped scrolling content sections

### Scroll Components

* [**Pinned Header**](https://docs.digia.tech/ui-building-blocks/widgets/scrolling-widgets/pinned-header) - Sticky headers that remain visible while scrolling
* [**Refresh Indicator**](https://docs.digia.tech/ui-building-blocks/widgets/scrolling-widgets/refresh-indicator) - Pull-to-refresh functionality
