New to Kendo UI for Vue? Start a free 30-day trial

Customizing Scrollview

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-scrollview-border-width0px
Description
The width of the border around the ScrollView.
$kendo-scrollview-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the ScrollView.
$kendo-scrollview-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the ScrollView.
$kendo-scrollview-line-heightvar( --kendo-line-height, normal )
Description
The line height of the ScrollView.
$kendo-scrollview-textvar( --kendo-component-text, inherit )
Description
The text color of the ScrollView.
$kendo-scrollview-bgvar( --kendo-component-bg, inherit )
Description
The background color of the ScrollView.
$kendo-scrollview-bordervar( --kendo-component-border, inherit )
Description
The border color of the ScrollView.
$kendo-scrollview-pagebutton-size10px
Description
The size of the ScrollView page button.
$kendo-scrollview-pagebutton-bgif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
Description
The background color of the ScrollView page button.
$kendo-scrollview-pagebutton-border$kendo-scrollview-pagebutton-bg
Description
The border color of the ScrollView page button.
$kendo-scrollview-pagebutton-primary-bgif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The primary background color of the ScrollView page button.
$kendo-scrollview-pagebutton-primary-border$kendo-scrollview-pagebutton-primary-bg
Description
The primary border color of the ScrollView page button.
$kendo-scrollview-pagebutton-hover-shadow0 0 0 1px if($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-30 ))
Description
The hover box shadow of the ScrollView page button.
$kendo-scrollview-pagebutton-focus-shadow0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
Description
The focus box shadow of the ScrollView page button.
$kendo-scrollview-pagebutton-primary-hover-shadow0 0 0 2px if($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-30 ))
Description
The primary hover box shadow of the ScrollView page button.
$kendo-scrollview-pagebutton-primary-focus-shadow0 0 0 2px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
Description
The primary focus box shadow of the ScrollView page button.
$kendo-scrollview-pager-offset0px
Description
The offset of the ScrollView pager.
$kendo-scrollview-pager-item-spacing20px
Description
The spacing between the ScrollView pager items.
$kendo-scrollview-pager-item-border-width0px
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} )
Description
The height of the ScrollView pager.
$kendo-scrollview-navigation-colorif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
Description
The color of the ScrollView navigation arrows.
$kendo-scrollview-navigation-arrow-shadowvar( --kendo-box-shadow-depth-3, none )
Description
The box shadow of the ScrollView navigation arrows.
$kendo-scrollview-navigation-bgtransparent
Description
The background color of the ScrollView navigation.
$kendo-scrollview-navigation-focus-shadow0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))
Description
The focus box shadow of the ScrollView navigation arrows.
$kendo-scrollview-navigation-arrow-hover-shadowvar( --kendo-box-shadow-depth-4, none )
Description
The hover box shadow of the ScrollView navigation arrows.
$kendo-scrollview-pager-light-bgrgba( $kendo-color-white, .4 )
Description
The background color of the ScrollView pager in light mode.
$kendo-scrollview-pager-dark-bgrgba( $kendo-color-black, .4 )
Description
The background color of the ScrollView pager in dark mode.
$kendo-scrollview-transition-duration.3s
Description
The duration of the ScrollView transition.
$kendo-scrollview-transition-timing-functionease-in-out
Description
The timing function of the ScrollView transition.

In this article

Not finding the help you need?