property Schedule.DayViewWidth as Long
Indicates the width of the day's view in the schedule panel.

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

The DayViewOffsetX property indicates the horizontal scroll position of the schedule's view. 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.