Enumeration of height specification types.
            
Namespace: DayPilot.Web.Mvc.Enums.MonthAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# | 
|---|
public enum HeightSpec  | 
| Visual Basic | 
|---|
Public Enumeration HeightSpec  | 
| Visual C++ | 
|---|
public enum class HeightSpec  | 
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. | |
| Parent100Pct | 2 | The total height of the control will be set to 100% of the parent element. |