AdaptiveGridView.StretchContentForSingleRow Property

Definition

Gets or sets a value indicating whether the control should stretch the content to fill at least one row.

public bool StretchContentForSingleRow { get; set; }
member this.StretchContentForSingleRow : bool with get, set
Public Property StretchContentForSingleRow As Boolean

Property Value

A value indicating whether the control should stretch the content to fill at least one row.

Remarks

If set to true (default) and there is only one row of items, the items will be stretched to fill the complete row. If set to false, items will have their normal size, which means a gap can exist at the end of the row.

Applies to