# Sizing

How to control the dimensions of the calendar.

## Articles

- [height](height.md) - Sets the height of the entire calendar, including header and footer.
- [contentHeight](contentHeight.md) - Sets the height of the view area of the calendar.
- [aspectRatio](aspectRatio.md) - Sets the width-to-height aspect ratio of the calendar.
- [expandRows](expandRows.md) - If the rows of a given view don't take up the entire height, they will expand to fit.
- [tableHeaderSticky](tableHeaderSticky.md) - Whether to fix the date-headers at the top of the calendar to the viewport while scrolling.
- [footerScrollbarSticky](footerScrollbarSticky.md) - Whether to fix the view's horizontal scrollbar to the bottom of the viewport while scrolling.

## See Also

- [render](render.md) - Will initially render a calendar, or if it is already rendered, will rerender it.

## Demos

- [Calendar with full-height](full-height-demo)
