Height and Vertical Scrollbar
DayPilot Scheduler supports several modes for specifying the height (HeightSpec property):
- Auto (the height will be determined by row heights, no scrollbar is added)
- Fixed (the Height property value will be used, scrollbar is added when necessary)
- Max (the height will grow as in Auto mode up to the value specified in Height property; than the height will be fixed and scrollbar added)
Example
- HeightSpec="Max"
- Height="250"
1) Tree collapsed

The total row height didn't reach 250 pixels yet and no vertical scrollbar is visible.
2) Tree expanded

The total row height is more than 250 pixels.
See Also