Version

IGrid Interface

Represents a layout element that positions its contents through rows and columns.
Syntax
'Declaration
 
Public Interface IGrid 
public interface IGrid 
Remarks
The width of every cell in a grid is determined by the width of the corresponding column. IGridCell.ColSpan and IGridCell.RowSpanRowSpan properties can be set on individual cells, but the number of cells in every row should be consistent.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub