Sets or get the way how the height of the scrolling area is determined. It can be either Fixed (height specified by Height in pixels is used), Full (the full height, prevents scrolling), or BusinessHours (it always shows business hours in full and enables scrolling).
Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot)
Version: 3.5.2.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Property HeightSpec As HeightSpecEnum |
| C# |
|---|
public HeightSpecEnum HeightSpec { get; set; } |
| Visual C++ |
|---|
public: property HeightSpecEnum HeightSpec { HeightSpecEnum get (); void set (HeightSpecEnum value); } |