property Schedule.DayViewOffsetY as Long
Indicates the vertical scroll position of the schedule's view.

TypeDescription
Long A Long expression that specifies the vertical scroll position of the schedule's view
The DayViewOffsetY property indicates the vertical scroll position of the schedule's view. If setting the DayViewOffsetY property on -1 ( negative value ), the schedule view scrolls to the end ( vertically ).

The DayViewWidth property specifies the width, in pixels, of the date in the schedule panel. The DayViewHeight property specifies the height, in pixels, of the date in the schedule panel. The DayViewOffsetX property indicates the horizontal 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.