DXPopupActionSheetBase.ScrollAreaMaxHeight Property
Gets or sets the maximum height of the scrollable area. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double ScrollAreaMaxHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| Double | The maximum height of the scroll area. |
See Also