Interface
IRadScrollView

Defines the contract for a RadScrollView control that extends IView with scrolling capabilities and header/footer support.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public interface IRadScrollView : IView, IElement, ITransform

Properties

BottomLeftFooter

Gets the bottom-left footer view.

Declaration

cs-api-definition
IView BottomLeftFooter { get; }

Property Value

IView

Content

Gets the main content view.

Declaration

cs-api-definition
IView Content { get; }

Property Value

IView

Gets the footer view.

Declaration

cs-api-definition
IView Footer { get; }

Property Value

IView

LeftHeader

Gets the left header view.

Declaration

cs-api-definition
IView LeftHeader { get; }

Property Value

IView

ScrollOrientation

Gets the scroll orientation of the scroll view.

Declaration

cs-api-definition
ScrollOrientation ScrollOrientation { get; }

Property Value

ScrollOrientation

ScrollX

Gets the horizontal scroll position.

Declaration

cs-api-definition
double ScrollX { get; }

Property Value

double

ScrollY

Gets the vertical scroll position.

Declaration

cs-api-definition
double ScrollY { get; }

Property Value

double

TopHeader

Gets the top header view.

Declaration

cs-api-definition
IView TopHeader { get; }

Property Value

IView

TopLeftHeader

Gets the top-left header view.

Declaration

cs-api-definition
IView TopLeftHeader { get; }

Property Value

IView