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

dps-max-collapsed656x265.png

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

2) Tree expanded

dps-max-expanded656x299.png

The total row height is more than 250 pixels.

See Also

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java