Represents a row pattern of a grid. Syntax Remarks Patterns are useful when multiple styles will be used across different elements, saving the effort of recoding the same properties and methods for each element. A RowPattern can be applied to a IGridRow element through the Apply method.
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Applies this pattern to a row. Syntax Parameters row A row to apply this pattern.
Gets the cell pattern. Syntax
Gets or sets the vertical spacing between elements. Syntax
Initializes a new instance of the GridRowPattern class. Syntax
Represents a layout element that positions its contents through rows and columns. Syntax 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 s...
Represents a cell in a grid. Syntax Remarks The width of a cell is determined by the corresponding IGridColumn, though the ColSpan property can be used to make a cell stretch across multiple columns.