# horizontalPageSize

> This property controls the speed of the horizontal scrolling when using a keyboard or the on-screen scrollbar buttons (arrows and handle), based on the size of the page.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public float horizontalPageSize { get; set; }
```

### Remarks

When scrolling, the page size is applied to the offset for each scroll step, so the final offset will be the page size multiplied by the number of steps.

Additional Resources: [BaseSlider\<TValueType>.pageSize](/engine/6000.5/script-reference/unityengine/uielements/baseslider1/pagesize.md)
