Skip to main content
All docs
V25.2
  • ON

    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

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

    Remarks

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

    Inheritance

    See Also