Dimensions in TypeScript Scheduler
The Scheduler dimensions refer to both the height and width of the entire layout. It accepts the following three types of values:
- auto
- pixel
- percentage
Auto Height and Width
When the Scheduler’s height and width are set to auto, it expands to fill the available space inside its parent container. In other words, the Scheduler adapts its dimensions to match the parent container. By default, Scheduler uses auto values for both height and width.
Height and Width in pixel
The Scheduler height and width are rendered exactly according to the provided pixel values. This property accepts both string and number values.
Height and Width in percentage
When the height and width of the Scheduler are defined as percentages, the component adjusts its size relative to the parent container.
Can refer our JavaScript Scheduler feature tour page for its comprehensive feature representations. You can also explore our JavaScript Scheduler example to learn how to present and manipulate data.