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-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the ScrollView.
kendo-scrollview-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the ScrollView.
kendo-scrollview-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the ScrollView.
kendo-scrollview-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the ScrollView.
kendo-scrollview-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the ScrollView.
kendo-scrollview-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: 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-bg #f5f5f5Default: $kendo-button-bgComputed: #f5f5f5
Description: The background color of the ScrollView page button.
kendo-scrollview-pagebutton-border$kendo-button-border rgba(0, 0, 0, 0.08)Default: $kendo-button-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the ScrollView page button.
kendo-scrollview-pagebutton-primary-bg$kendo-color-primary #ff6358Default: $kendo-color-primaryComputed: #ff6358
Description: The primary background color of the ScrollView page button.
kendo-scrollview-pagebutton-primary-border$kendo-color-primary #ff6358Default: $kendo-color-primaryComputed: #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-spacing20px20pxDefault: 20pxComputed: 20px
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} + #{$kendo-scrollview-pager-item-spacing * 2} )calc(10px + 0px + 40px)Default: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2} )Computed: calc(10px + 0px + 40px)
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.