Skip to main content
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")]
public class DXScrollView :
    View,
    IDXScrollView,
    IDXViewController

Remarks

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

See Also