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
Logical
|
Gantt
|
Properties
ExtentHeight
Declaration
public double ExtentHeight { get; }
Property Value
System.
|
Implements
ExtentWidth
Declaration
public double ExtentWidth { get; }
Property Value
System.
|
Implements
HorizontalOffset
Declaration
public double HorizontalOffset { get; }
Property Value
System.
|
Implements
VerticalOffset
Declaration
public double VerticalOffset { get; }
Property Value
System.
|
Implements
ViewportHeight
Declaration
public double ViewportHeight { get; }
Property Value
System.
|
Implements
ViewportWidth
Declaration
public double ViewportWidth { get; }
Property Value
System.
|
Implements
Methods
GetHorizontalCoordinatesToShowIntoView(Object)
Declaration
public Range<double> GetHorizontalCoordinatesToShowIntoView(object ganttWrapper)
Parameters
System.
|
Returns
Range<System.
|
Implements
GetVerticalCoordinatesToShowIntoView(Object)
Declaration
public Range<double> GetVerticalCoordinatesToShowIntoView(object ganttWrapper)
Parameters
System.
|
Returns
Range<System.
|
Implements
ScrollHorizontal(Double)
Declaration
public void ScrollHorizontal(double offsetX)
Parameters
System.
|
Implements
ScrollHorizontalWithoutRestriction(Double)
Declaration
public void ScrollHorizontalWithoutRestriction(double offsetX)
Parameters
System.
|
Implements
ScrollVertical(Double)
Declaration
public void ScrollVertical(double offsetY)
Parameters
System.
|
Implements
ScrollVerticalWithoutRestriction(Double)
Declaration
public void ScrollVerticalWithoutRestriction(double offsetY)
Parameters
System.
|
Implements
TransformFromDropTargetToViewPort(Point)
Declaration
public Point TransformFromDropTargetToViewPort(Point positionInDropTarget)
Parameters
System.
|
Returns
System.
|