GanttChartContentScroller
public protocol GanttChartContentScroller : AnyObject
Responds to scrolling events occurring on an associated controller.
-
Undocumented
Declaration
Swift
func scrollTo(startX: Double, finishX: Double) -
Undocumented
Declaration
Swift
func scrollVerticallyTo(startY: Double, finishY: Double)
GanttChartContentScroller Protocol Reference