---
title: Height
position: 1
seo_title: Telerik and Kendo UI Height Utilities
seo_description: Use the Telerik and Kendo UI Height utilities to configure the
height of an element.
---
## Height
The Telerik and Kendo UI Height Utilities are CSS utility classes that enable you to control the height of an element.
### Fixed
Use the `k-h-{value}` utility to set a fixed height to an element.
### Full
Use the `k-h-full` utility to make the element expand to 100% of its parent's height.
### Screen
Use the `k-h-screen` utility to make the element expand to 100% of the viewport height.
### Minimum
Use the `k-h-min-{height}` utility to set a minimum height to an element.
### Maximum
Use the `k-h-max-{height}` utility to set a maximum height to an element.