Enumeration of 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 HeightSpecEnum |
Visual Basic (Declaration) |
---|
Public Enumeration HeightSpecEnum |
Visual C++ |
---|
public enum class HeightSpecEnum |
Members
Member name | Description | |
---|---|---|
Fixed |
The height specified in Height property will be used.
| |
Full |
The height will be adjusted to full height. All hours will be visible. No scrollbar.
| |
BusinessHours |
The height will be set according to business hours. The rest of the hours will be accessible using a scrollbar.
| |
BusinessHoursNoScroll |
The height will be set according to business hours. The other hours will not be accessible (there is no scrollbar).
|