Class RadScrollView
Inheritance
System.Object
RadScrollView
Namespace: Com.Telerik.Widget.Primitives.Panels
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public class RadScrollView : FrameLayout
Constructors
RadScrollView(Context)
Declaration
public RadScrollView(Context context)
Parameters
Android.Content.Context
context
|
RadScrollView(Context, IAttributeSet)
Declaration
public RadScrollView(Context context, IAttributeSet attrs)
Parameters
Android.Content.Context
context
|
Android.Util.IAttributeSet
attrs
|
RadScrollView(Context, IAttributeSet, Int32)
Declaration
public RadScrollView(Context context, IAttributeSet attrs, int defStyle)
Parameters
Android.Content.Context
context
|
Android.Util.IAttributeSet
attrs
|
System.Int32
defStyle
|
RadScrollView(IntPtr, JniHandleOwnership)
Declaration
protected RadScrollView(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Fields
ScrollingModeHorizontal
Declaration
public const int ScrollingModeHorizontal = 2
Field Value
System.Int32
|
ScrollingModeVertical
Declaration
public const int ScrollingModeVertical = 1
Field Value
System.Int32
|
Properties
FillViewport
Declaration
public virtual bool FillViewport { get; set; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
MaxHorizontalScrollAmount
Declaration
public virtual int MaxHorizontalScrollAmount { get; }
Property Value
System.Int32
|
MaxVerticalScrollAmount
Declaration
public virtual int MaxVerticalScrollAmount { get; }
Property Value
System.Int32
|
ScrollMode
Declaration
public virtual int ScrollMode { get; set; }
Property Value
System.Int32
|
SmoothScrollingEnabled
Declaration
public virtual bool SmoothScrollingEnabled { get; set; }
Property Value
System.Boolean
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
AddLaidOutListener(IScrollViewLaidOutListener)
Declaration
public virtual void AddLaidOutListener(IScrollViewLaidOutListener listener)
Parameters
IScrollViewLaidOutListener
listener
|
AddScrollChangedListener(IScrollViewScrollChangedListener)
Declaration
public virtual void AddScrollChangedListener(IScrollViewScrollChangedListener listener)
Parameters
IScrollViewScrollChangedListener
listener
|
ArrowScroll(Int32)
Declaration
public virtual bool ArrowScroll(int direction)
Parameters
System.Int32
direction
|
Returns
System.Boolean
|
ComputeScrollDeltaToGetChildRectOnScreen(Rect)
Declaration
protected virtual Point ComputeScrollDeltaToGetChildRectOnScreen(Rect rect)
Parameters
Android.Graphics.Rect
rect
|
Returns
Android.Graphics.Point
|
ExecuteKeyEvent(KeyEvent)
Declaration
public virtual bool ExecuteKeyEvent(KeyEvent e)
Parameters
Android.Views.KeyEvent
e
|
Returns
System.Boolean
|
Fling(Int32, Int32)
Declaration
public virtual void Fling(int velocityX, int velocityY)
Parameters
System.Int32
velocityX
|
System.Int32
velocityY
|
FullScroll(Int32)
Declaration
public virtual bool FullScroll(int direction)
Parameters
System.Int32
direction
|
Returns
System.Boolean
|
PageScroll(Int32)
Declaration
public virtual bool PageScroll(int direction)
Parameters
System.Int32
direction
|
Returns
System.Boolean
|
RemoveLaidOutListener(IScrollViewLaidOutListener)
Declaration
public virtual bool RemoveLaidOutListener(IScrollViewLaidOutListener listener)
Parameters
IScrollViewLaidOutListener
listener
|
Returns
System.Boolean
|
RemoveScrollChangedListener(IScrollViewScrollChangedListener)
Declaration
public virtual bool RemoveScrollChangedListener(IScrollViewScrollChangedListener listener)
Parameters
IScrollViewScrollChangedListener
listener
|
Returns
System.Boolean
|
SmoothScrollBy(Int32, Int32)
Declaration
public void SmoothScrollBy(int dx, int dy)
Parameters
System.Int32
dx
|
System.Int32
dy
|
SmoothScrollTo(Int32, Int32)
Declaration
public void SmoothScrollTo(int x, int y)
Parameters
System.Int32
x
|
System.Int32
y
|
Events
LaidOut
Declaration
public event EventHandler LaidOut
Event Type
System.EventHandler
|
ScrollChanged
Declaration
public event EventHandler<ScrollViewScrollChangedEventArgs> ScrollChanged
Event Type
System.EventHandler<ScrollViewScrollChangedEventArgs>
|