New to Kendo UI for Angular? Start a free 30-day trial
ListBox Appearance
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:
- small
- medium(Default)
- large
The following example demonstrates how to define the size of the ListBox.
Change Theme
Theme
Loading ...