Height specification types.

Namespace:  DayPilot.Web.Ui.Enums
Assembly:  DayPilot (in DayPilot.dll) Version: 5.1.1602.0 (5.1.1602.0)

Syntax

C#
public enum SchedulerHeightSpec
Visual Basic (Declaration)
Public Enumeration SchedulerHeightSpec
Visual C++
public enum class SchedulerHeightSpec

Members

Member nameDescription
Auto
Stretches the height to show all resources.
Fixed
Uses the height specified in Height property. The hidden parts are accessible using a scrollbar.

See Also