Skip to main content

DXCollectionView.ReduceSizeToContent Property

Gets or sets whether the collection view reduces its size to occupy the minimum space needed for its content. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public bool ReduceSizeToContent { get; set; }

Property Value

Type Default Description
Boolean false

true if the collection view size is reduced to fit its content; otherwise, false.

Remarks

The collection view reduces its size to occupy the minimum space needed for its content, but no more than display size.

See Also