# Scroll Command

The Scroll command performs directional movement within a scrollable view.\
Drizz supports both vertical and horizontal scrolling, and the scroll direction must always be specified (down, up, left or right). Drizz uses a fixed 50% default scroll distance, unless a custom scroll % is provided.

Commands such as Drag / Swipe and Slide operate on the same underlying schema and follow similar directional behavior.

#### Self-Heal Behaviour:

Drizz includes a built-in self-heal mechanism that automatically recovers scenarios where scrolling gets blocked due to UI elements, sticky headers, or nested scroll containers.


---

# 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.drizz.dev/commands-reference/action-commands/scroll-command.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.
