IRadScrollView
Interface
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:
C#
public interface IRadScrollView : IView, IElement, ITransform
Derived Classes:
Properties
BottomLeftFooter
IView
Gets the bottom-left footer view.
C#
IView BottomLeftFooter { get; }
Content
IView
Gets the main content view.
C#
IView Content { get; }
Footer
IView
Gets the footer view.
C#
IView Footer { get; }
LeftHeader
IView
Gets the left header view.
C#
IView LeftHeader { get; }
ScrollOrientation
ScrollOrientation
Gets the scroll orientation of the scroll view.
C#
ScrollOrientation ScrollOrientation { get; }
TopHeader
IView
Gets the top header view.
C#
IView TopHeader { get; }
TopLeftHeader
IView
Gets the top-left header view.
C#
IView TopLeftHeader { get; }