Class RadScrollView
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadScrollView : RadView, IRadScrollViewInternal, IRadScrollView, IView, IElement, ITransform
Constructors
RadScrollView()
Declaration
public RadScrollView()
Properties
BottomLeftFooter
Content
Declaration
public View Content { get; set; }
Property Value
Microsoft.Maui.Controls.View
|
Footer
LeftHeader
Declaration
public View LeftHeader { get; set; }
Property Value
Microsoft.Maui.Controls.View
|
ScrollOrientation
Declaration
public ScrollOrientation ScrollOrientation { get; set; }
Property Value
Microsoft.Maui.ScrollOrientation
|
Implements
ScrollX
Declaration
public double ScrollX { get; }
Property Value
System.Double
|
Implements
ScrollY
Declaration
public double ScrollY { get; }
Property Value
System.Double
|
Implements
TopHeader
Declaration
public View TopHeader { get; set; }
Property Value
Microsoft.Maui.Controls.View
|
TopLeftHeader
Declaration
public View TopLeftHeader { get; set; }
Property Value
Microsoft.Maui.Controls.View
|
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
Overrides
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
|
ScrollToAsync(ScrollToArgs)
Events
Scrolled
Declaration
public event EventHandler<ScrolledEventArgs> Scrolled
Event Type
System.EventHandler<Microsoft.Maui.Controls.ScrolledEventArgs>
|
Explicit Interface Implementations
IRadScrollView.BottomLeftFooter
IRadScrollView.Content
Declaration
IView IRadScrollView.Content { get; }
Returns
Microsoft.Maui.IView
|
Implements
IRadScrollView.Footer
IRadScrollView.LeftHeader
Declaration
IView IRadScrollView.LeftHeader { get; }
Returns
Microsoft.Maui.IView
|
Implements
IRadScrollView.TopHeader
Declaration
IView IRadScrollView.TopHeader { get; }
Returns
Microsoft.Maui.IView
|
Implements
IRadScrollView.TopLeftHeader
Declaration
IView IRadScrollView.TopLeftHeader { get; }
Returns
Microsoft.Maui.IView
|