ListView

ListView components allow you to display a set of data items in different layouts.

Sass Variables

The Telerik and Kendo UI ListView enables you to configure and customize its appearance through the available Sass variables. Additionally, to configure and customize the appearance of its pager, use the Sass variables provided by the Pager Sass variables.

VariableDefault ValueComputed ValueValue
kendo-listview-padding-xk-map-get( $kendo-spacing, 1 )4pxDefault: k-map-get( $kendo-spacing, 1 )Computed: 4px
Description: The horizontal padding of the ListView.
kendo-listview-padding-yk-map-get( $kendo-spacing, 1 )4pxDefault: k-map-get( $kendo-spacing, 1 )Computed: 4px
Description: The vertical padding of the ListView.
kendo-listview-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around bordered ListView.
kendo-listview-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the ListView.
kendo-listview-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the ListView.
kendo-listview-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the ListView.
kendo-listview-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the ListView.
kendo-listview-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the ListView.
kendo-listview-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 ListView.
kendo-listview-item-padding-xk-map-get( $kendo-spacing, 1 )4pxDefault: k-map-get( $kendo-spacing, 1 )Computed: 4px
Description: The horizontal padding of the ListView items.
kendo-listview-item-padding-yk-map-get( $kendo-spacing, 1 )4pxDefault: k-map-get( $kendo-spacing, 1 )Computed: 4px
Description: The vertical padding of the ListView items.
kendo-listview-item-selected-textnullnullDefault: nullComputed: null
Description: The text color of the selected ListView items.
kendo-listview-item-selected-bgif($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) rgba(255, 99, 88, 0.25)Default: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25))Computed: rgba(255, 99, 88, 0.25)
Description: The background color of the selected ListView items.
kendo-listview-item-selected-bordernullnullDefault: nullComputed: null
Description: The border color of the selected ListView items.
kendo-listview-item-focus-textnullnullDefault: nullComputed: null
Description: The text color of the focused ListView items.
kendo-listview-item-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the focused ListView items.
kendo-listview-item-focus-bordernullnullDefault: nullComputed: null
Description: The border color of the focused ListView items.
kendo-listview-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, .13)inset 0 0 0 2px rgba(0, 0, 0, 0.13)Default: inset 0 0 0 2px rgba(0, 0, 0, .13)Computed: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
Description: The box shadow of the focused ListView items.