TcxCustomScheduler.OnScaleScroll Event
Enables you to synchronize scroll operations in the TimeGrid View with the Date Navigator.
Declaration
property OnScaleScroll: TcxSchedulerScaleScrollEvent read; write;
Remarks
Fires after the View has been vertically scrolled.
Sender specifies the scheduler control.
AStartDateTime and AFinishDateTime specify the View’s time range when scrolling has finished.
See Also