> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ScrollRestorationType

> Represents the scroll restoration behavior on history navigation.

## Definition

**Assembly:** CloudNimble.BlazorEssentials.dll

**Namespace:** CloudNimble.BlazorEssentials.Navigation

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.BlazorEssentials.Navigation.ScrollRestorationType
```

## Summary

Represents the scroll restoration behavior on history navigation.

## Values

| Name     | Value | Description                                                                                      |
| -------- | ----- | ------------------------------------------------------------------------------------------------ |
| `Auto`   | 0     | The location on the page to which the user has scrolled will be restored.                        |
| `Manual` | 1     | The location on the page is not restored. The user will have to scroll to the location manually. |
