AdaptiveGridView.StretchContentForSingleRow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.