Height specification types.
Namespace: DayPilot.Web.Ui.EnumsAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public enum SchedulerHeightSpec |
Visual Basic |
---|
Public Enumeration SchedulerHeightSpec |
Visual C++ |
---|
public enum class SchedulerHeightSpec |
Members
Member name | Value | Description | |
---|---|---|---|
Auto | 0 | Stretches the height to show all resources. | |
Fixed | 1 | Uses the height specified in Height property. The hidden parts are accessible using a scrollbar. | |
Max | 2 | The height will grow automatically up to the Height value, then a vertical scrollbar is enabled. | |
Parent100Pct | 3 | The total height of the control will be set to 100% of the |