---
title: Scroll
position: 11
seo_title: Telerik and Kendo UI Scroll Utilities
seo_description: The Telerik and Kendo UI Scroll utilities to control scrolling behavior, scroll snapping, and scroll margins and padding.
---
## Scroll
The Telerik and Kendo UI Scroll Utilities are CSS utility classes that enable you to control scrolling behavior, including smooth scrolling, scroll snapping, and scroll margins and padding.
### Scroll Behavior
Control how scrolling behaves when navigating to anchors or using scroll methods.
#### Auto
Use the `k-scroll-auto` utility for the default browser scrolling behavior.
#### Smooth
Use the `k-scroll-smooth` utility to enable smooth scrolling animations.
### Scroll Snap
Control how content snaps to specific positions when scrolling.
#### Snap Type
Use scroll snap type utilities to define the snap behavior direction.
#### Snap Strictness
Control how strictly the scroll snapping is enforced.
#### Snap Align
Control how child elements align when snapping.
### Scroll Margin
Control the scroll margin around elements when scrolling to them.
### Scroll Padding
Control the scroll padding within scroll containers.