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:
- Add a Scroll View to a Page
- Respond to Scroll Action
- Scroll Programmatically
- Manage Scroll Bar Visibility
- Add Bounce Effect
Implements
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
Inheritance
See Also