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.

Example
View Source
Change Theme:

In this article

Not finding the help you need?