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

Customizing Listbox

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-listbox-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing between the ListBox elements.
$kendo-listbox-button-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing between the ListBox buttons.
$kendo-listbox-width10em
Description
WThe width of the ListBox.
$kendo-listbox-height200px
Description
The height of the ListBox.
$kendo-listbox-border-width1px
Description
The width of the border around the ListBox.
$kendo-listbox-font-familyvar( --kendo-font-family, normal )
Description
The font family of the ListBox.
$kendo-listbox-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the ListBox.
$kendo-listbox-line-heightvar( --kendo-line-height, normal )
Description
The line height of the ListBox.
$kendo-listbox-textvar( --kendo-component-text, inherit )
Description
The text color of the ListBox.
$kendo-listbox-bgvar( --kendo-component-bg, transparent )
Description
The background color of the ListBox.
$kendo-listbox-bordervar( --kendo-component-border, inherit )
Description
The border color of the ListBox.
$kendo-listbox-drop-hint-width1px
Description
The width of the ListBox drop hint.
$kendo-listbox-drop-hint-border-colorif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The border color of the ListBox drop hint.

In this article

Not finding the help you need?