Interface IGanttScrollService
Inherited Members
Namespace: Telerik.Windows.Controls.Gantt.Scrolling
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public interface IGanttScrollService : IScrollingInfo, IScrollingServiceCore
Methods
GetHorizontalCoordinatesToShowIntoView(Object)
Declaration
Range<double> GetHorizontalCoordinatesToShowIntoView(object ganttWrapper)
Parameters
System.Object
ganttWrapper
|
Returns
Range<System.Double>
|
GetVerticalCoordinatesToShowIntoView(Object)
Declaration
Range<double> GetVerticalCoordinatesToShowIntoView(object ganttWrapper)
Parameters
System.Object
ganttWrapper
|
Returns
Range<System.Double>
|
ScrollHorizontalWithoutRestriction(Double)
Declaration
void ScrollHorizontalWithoutRestriction(double offsetX)
Parameters
System.Double
offsetX
|
ScrollVerticalWithoutRestriction(Double)
Declaration
void ScrollVerticalWithoutRestriction(double offsetY)
Parameters
System.Double
offsetY
|