Class RadScrollView
Inherited Members
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadScrollView : RadView, INotifyNativeControlLoaded
Constructors
RadScrollView()
Declaration
public RadScrollView()
Properties
Content
Declaration
public View Content { get; set; }
Property Value
Xamarin.Forms.View
|
Footer
ScrollOrientation
Declaration
public ScrollOrientation ScrollOrientation { get; set; }
Property Value
Xamarin.Forms.ScrollOrientation
|
ScrollX
Declaration
public double ScrollX { get; }
Property Value
System.Double
|
ScrollY
Declaration
public double ScrollY { get; }
Property Value
System.Double
|
TopHeader
Declaration
public View TopHeader { get; set; }
Property Value
Xamarin.Forms.View
|
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
ScrollToAsync(Double, Double, Boolean)
Declaration
public void ScrollToAsync(double scrollX, double scrollY, bool useAnimation = true)
Parameters
System.Double
scrollX
|
System.Double
scrollY
|
System.Boolean
useAnimation
|
Events
Scrolled
Declaration
public event EventHandler<ScrolledEventArgs> Scrolled
Event Type
System.EventHandler<Xamarin.Forms.ScrolledEventArgs>
|