> For the complete documentation index, see [llms.txt](https://docs.digia.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digia.tech/ui-building-blocks/widgets/scrolling-widgets.md).

# 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**](/ui-building-blocks/widgets/scrolling-widgets/listview.md) - Vertical scrolling list of items
* [**Grid View**](/ui-building-blocks/widgets/scrolling-widgets/gridview.md) - Scrollable grid layouts

### Advanced Scrolling

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

### Scroll Components

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