RadControls for WinForms

Gets the offset that is caused by scrolling. The difference between this method and PositionOffset property is that GetScrollingOffset() takes into account RightToLeft.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Point GetScrollingOffset()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Function GetScrollingOffset As Point

Return Value

The scrolling offset for this element.

See Also