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 |
|
See Also