New to Kendo UI for Angular? Start a free 30-day trial
TreeView Appearance
Size
The TreeView component allows you to set its size. To achieve this, utilize the size
property. It accepts values of type TreeViewSize
.
The size
option supports the following values:
small
medium
(default)large
none
—Removes the built-in sizing class from the TreeView for easier customization.
The following example demonstrates how to define the size of the TreeView.
Change Theme
Theme
Loading ...