# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digia.tech/ui-building-blocks/widgets/scrolling-widgets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
