property Schedule.DayViewHeight as Long
Indicates the height of the day's view in the schedule panel.

TypeDescription
Long A Long expression that specifies the height of the date in the schedule view.
The DayViewHeight property specifies the height, in pixels, of the date in the schedule panel. If setting the DayViewHeight property on -1 ( negative value ), the date fits vertically the schedule view.

The DayViewOffsetX property indicates the horizontal scroll position of the schedule's view. The DayViewWidth property specifies the width, in pixels, of the date in the schedule panel. The DayViewOffsetY property indicates the vertical scroll position of the schedule's view. You can use the DayViewWidth, DayViewHeight, DayViewOffsetX and DayViewOffsetY properties to save and restore the schedule view position. The EnsureVisible method ensures that giving date fits the schedule's view.