Xuni Product Documentation - Xamarin.Forms
AutoSizeMode Property
Gets or sets which cells should be taken into account when auto-sizing a row or column.
Syntax
public GridAutoSizeMode AutoSizeMode {get; set;}
Remarks
By default, the grid will automatically set the column width based on the content of the header and data cells in the column. This property allows you to change that to include only the headers or only the data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlexGrid Class
FlexGrid Members