Definition
Namespace:Telerik.Windows.Controls.Gantt.Scrolling
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
public class LogicalCanvasScrollService : IGanttScrollService, IScrollingInfo, IScrollingServiceCore
Inheritance: objectLogicalCanvasScrollService
Implements:
Constructors
public LogicalCanvasScrollService(LogicalCanvasPanel logicalCanvasPanel, GanttItemsPresenter itemsPresenter)
Properties
Gets the height of the extent.
public double ExtentHeight { get; }
The height of the extent.
Implements:
Gets the width of the extent.
public double ExtentWidth { get; }
The width of the extent.
Implements:
Gets the horizontal offset.
public double HorizontalOffset { get; }
The horizontal offset.
Implements:
Gets the vertical offset.
public double VerticalOffset { get; }
The vertical offset.
Implements:
Gets the height of the viewport.
public double ViewportHeight { get; }
The height of the viewport.
Implements:
Gets the width of the viewport.
public double ViewportWidth { get; }
The width of the viewport.
Implements:
Methods
Scrolls the horizontal to the given offset.
public void ScrollHorizontalWithoutRestriction(double offsetX)
Implements:
Scrolls the vertical to the given offset.
Calculate the mouse position relative to the drop element.
public Point TransformFromDropTargetToViewPort(Point positionInDropTarget)
DragDrop related data.
Returns:Point
Relative DragPoint.
Implements: