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