Back to Devexpress

DXScrollView Class

maui-devexpress-dot-maui-dot-core-d33d6518.md

latest3.2 KB
Original Source

DXScrollView Class

A control that allows you to scroll its content.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
[ContentProperty("Content")]
[DXLicenseMAUI]
public class DXScrollView :
    View,
    IDXScrollView,
    IDXViewController

Remarks

For more information, refer to Scroll View Overview that includes the following sections:

Implements

Show 14 items

INotifyPropertyChanged

IAnimatable

Microsoft.Maui.Controls.ITabStopElement

IViewController

IVisualElementController

IElementController

IGestureController

IGestureRecognizers

IPropertyMapperView

IHotReloadableView

IView

Microsoft.Maui.IFrameworkElement

ITransform

IReplaceableView

Inheritance

System.Object BindableObject Element NavigableElement VisualElement View DXScrollView

Extension Methods

Yield<DXScrollView>()

YieldIfNotNull<DXScrollView>()

See Also

DXScrollView Members

DevExpress.Maui.Core Namespace