New to Kendo UI for Angular? Start a free 30-day trial
ListBox Appearance
Updated on Feb 6, 2026
Since version 22.1.0, default values of the appearance properties are no longer hardcoded in the component. The default values are inherited from the Kendo theme.
For more information, refer to the Design System documentation.
Size
The ListBox component allows you to set its size. To achieve this, utilize the size property. It accepts values of type ListBoxSize.
The size option supports the following values:
smallmediumlarge
The following example demonstrates how to define the size of the ListBox.
Change Theme
Theme
Loading ...