property Schedule.DayViewOffsetX as Long
Indicates the horizontal scroll position of the schedule's view.

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

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 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.