ScrollView

The ScrollView component displays a collection of views that you can change through scrolling.

Sass Variables

The Telerik and Kendo UI ScrollView enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-scrollview-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the ScrollView.
kendo-scrollview-font-familyvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit)
Description: The font family of the ScrollView.
kendo-scrollview-font-sizevar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit)
Description: The font size of the ScrollView.
kendo-scrollview-line-heightvar( --kendo-line-height, normal )var(--kendo-line-height, normal)Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal)
Description: The line height of the ScrollView.
kendo-scrollview-text$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-component-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the ScrollView.
kendo-scrollview-bg$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)Default: $kendo-component-bgComputed: var(--kendo-color-surface-alt, #ffffff)
Description: The background color of the ScrollView.
kendo-scrollview-border$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-component-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the ScrollView.
kendo-scrollview-pagebutton-size10px10pxDefault: 10pxComputed: 10px
Description: The size of the ScrollView page button.
kendo-scrollview-pagebutton-bg$kendo-button-bgvar(--kendo-color-base, #f5f5f5)Default: $kendo-button-bgComputed: var(--kendo-color-base, #f5f5f5)
Description: The background color of the ScrollView page button.
kendo-scrollview-pagebutton-border$kendo-button-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-button-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the ScrollView page button.
kendo-scrollview-pagebutton-primary-bg$kendo-color-primaryvar(--kendo-color-primary, #ff6358)Default: $kendo-color-primaryComputed: var(--kendo-color-primary, #ff6358)
Description: The primary background color of the ScrollView page button.
kendo-scrollview-pagebutton-primary-border$kendo-color-primaryvar(--kendo-color-primary, #ff6358)Default: $kendo-color-primaryComputed: var(--kendo-color-primary, #ff6358)
Description: The primary border color of the ScrollView page button.
kendo-scrollview-pagebutton-shadow0 0 0 2px rgba(0, 0, 0, .13)0 0 0 2px rgba(0, 0, 0, 0.13)Default: 0 0 0 2px rgba(0, 0, 0, .13)Computed: 0 0 0 2px rgba(0, 0, 0, 0.13)
Description: The box shadow of the ScrollView page button.
kendo-scrollview-pager-offset00Default: 0Computed: 0
Description: The offset of the ScrollView pager.
kendo-scrollview-pager-item-spacingk-spacing(5)var(--kendo-spacing-5, 1.25rem)Default: k-spacing(5)Computed: var(--kendo-spacing-5, 1.25rem)
Description: The spacing between the ScrollView pager items.
kendo-scrollview-pager-item-border-width0px0pxDefault: 0pxComputed: 0px
Description: The border width of the ScrollView pager items.
kendo-scrollview-pager-heightcalc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + calc( #{$kendo-scrollview-pager-item-spacing} * 2 ) )calc(10px + 0px + var(--kendo-spacing-5, 1.25rem) * 2)Default: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + calc( #{$kendo-scrollview-pager-item-spacing} * 2 ) )Computed: calc(10px + 0px + var(--kendo-spacing-5, 1.25rem) * 2)
Description: The height of the ScrollView pager.
kendo-scrollview-arrow-tap-highlight-color$kendo-color-rgba-transparent rgba(0, 0, 0, 0)Default: $kendo-color-rgba-transparentComputed: rgba(0, 0, 0, 0)
Description: The text color of the highlight over the tapped ScrollView navigation arrows.
kendo-scrollview-navigation-colorwhite whiteDefault: whiteComputed: white
Description: The color of the ScrollView navigation arrows.
kendo-scrollview-navigation-icon-shadowrgba(0, 0, 0, .3) 0 0 15pxrgba(0, 0, 0, 0.3) 0 0 15pxDefault: rgba(0, 0, 0, .3) 0 0 15pxComputed: rgba(0, 0, 0, 0.3) 0 0 15px
Description: The box shadow of the ScrollView navigation arrows.
kendo-scrollview-navigation-bg rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)Default: rgba(0, 0, 0, 0)Computed: rgba(0, 0, 0, 0)
Description: The background color of the ScrollView navigation.
kendo-scrollview-navigation-default-opacity.70.7Default: .7Computed: 0.7
Description: The opacity of the ScrollView navigation.
kendo-scrollview-navigation-hover-opacity11Default: 1Computed: 1
Description: The hover opacity of the ScrollView navigation.
kendo-scrollview-navigation-hover-span-bgnullnullDefault: nullComputed: null
Description: The hover background color of the ScrollView navigation arrows.
kendo-scrollview-light-bg rgba(255, 255, 255, .4) rgba(255, 255, 255, 0.4)Default: rgba(255, 255, 255, .4)Computed: rgba(255, 255, 255, 0.4)
Description: The background color of the ScrollView pager in light mode.
kendo-scrollview-dark-bg rgba(0, 0, 0, .4) rgba(0, 0, 0, 0.4)Default: rgba(0, 0, 0, .4)Computed: rgba(0, 0, 0, 0.4)
Description: The background color of the ScrollView pager in dark mode.
kendo-scrollview-transition-duration.3s0.3sDefault: .3sComputed: 0.3s
Description: The duration of the ScrollView transition.
kendo-scrollview-transition-timing-functionease-in-outease-in-outDefault: ease-in-outComputed: ease-in-out
Description: The timing function of the ScrollView transition.