BottomSheet.UpdateSizeToContent Property
Gets or sets whether to resize the BottomSheet to fit its content. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public bool UpdateSizeToContent { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
If you change BottomSheet content at runtime, call the UpdateSize() method to resize the BottomSheet to fit its content.
See Also