Scheduler: Scrollbar Position (ScrollX, ScrollY)

The Scheduler scrollbar position can be read and changed using the following properties:
Both properties work with the scrollbar position in pixels. The scrollbar position can be set during initial page load, during PostBacks and CallBacks. Changing the scrollbar position during CallBack causes a full update (Update() call is required).
In addition, it's possible to set the horizontal (X) scrollbar position using the following method:
SetScrollX calculates the scrollbar position from a given time point (position parameter). It works only during the initial page load and during PostBacks.
Reference
See Also