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