IScrollingInfo
Interface
Provides the most important info for scrolling during dragging.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public interface IScrollingInfo
Derived Classes:
Properties
Gets the height of the extent.
C#
double ExtentHeight { get; }
The height of the extent.
Gets the width of the extent.
C#
double ExtentWidth { get; }
The width of the extent.
Gets the horizontal offset.
C#
double HorizontalOffset { get; }
The horizontal offset.
Gets the vertical offset.
C#
double VerticalOffset { get; }
The vertical offset.
Gets the height of the viewport.
C#
double ViewportHeight { get; }
The height of the viewport.
Gets the width of the viewport.
C#
double ViewportWidth { get; }
The width of the viewport.
Methods
Calculate the mouse position relative to the drop element.
C#
Point TransformFromDropTargetToViewPort(Point positionInDropTarget)
DragDrop related data.
Returns:Point
Relative DragPoint.