DXScrollView.Orientation Property
Gets or sets in which direction users can scroll DXScrollView content. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public ScrollOrientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
ScrollOrientation | A value that specifies the scroll direction. |
See Also