Class LogicalCanvasScrollService
Inheritance
System.Object
LogicalCanvasScrollService
Namespace: Telerik.Windows.Controls.Gantt.Scrolling
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class LogicalCanvasScrollService : Object, IGanttScrollService, IScrollingInfo, IScrollingServiceCore
Constructors
LogicalCanvasScrollService(LogicalCanvasPanel, GanttItemsPresenter)
Declaration
public LogicalCanvasScrollService(LogicalCanvasPanel logicalCanvasPanel, GanttItemsPresenter itemsPresenter)
Parameters
LogicalCanvasPanel
logicalCanvasPanel
|
GanttItemsPresenter
itemsPresenter
|
Properties
ExtentHeight
Declaration
public double ExtentHeight { get; }
Property Value
System.Double
|
Implements
ExtentWidth
Declaration
public double ExtentWidth { get; }
Property Value
System.Double
|
Implements
HorizontalOffset
Declaration
public double HorizontalOffset { get; }
Property Value
System.Double
|
Implements
VerticalOffset
Declaration
public double VerticalOffset { get; }
Property Value
System.Double
|
Implements
ViewportHeight
Declaration
public double ViewportHeight { get; }
Property Value
System.Double
|
Implements
ViewportWidth
Declaration
public double ViewportWidth { get; }
Property Value
System.Double
|
Implements
Methods
GetHorizontalCoordinatesToShowIntoView(Object)
Declaration
public Range<double> GetHorizontalCoordinatesToShowIntoView(object ganttWrapper)
Parameters
System.Object
ganttWrapper
|
Returns
Range<System.Double>
|
Implements
GetVerticalCoordinatesToShowIntoView(Object)
Declaration
public Range<double> GetVerticalCoordinatesToShowIntoView(object ganttWrapper)
Parameters
System.Object
ganttWrapper
|
Returns
Range<System.Double>
|
Implements
ScrollHorizontal(Double)
Declaration
public void ScrollHorizontal(double offsetX)
Parameters
System.Double
offsetX
|
Implements
ScrollHorizontalWithoutRestriction(Double)
Declaration
public void ScrollHorizontalWithoutRestriction(double offsetX)
Parameters
System.Double
offsetX
|
Implements
ScrollVertical(Double)
Declaration
public void ScrollVertical(double offsetY)
Parameters
System.Double
offsetY
|
Implements
ScrollVerticalWithoutRestriction(Double)
Declaration
public void ScrollVerticalWithoutRestriction(double offsetY)
Parameters
System.Double
offsetY
|
Implements
TransformFromDropTargetToViewPort(Point)
Declaration
public Point TransformFromDropTargetToViewPort(Point positionInDropTarget)
Parameters
System.Windows.Point
positionInDropTarget
|
Returns
System.Windows.Point
|