GridExtensions Class

Definition

public ref class GridExtensions abstract sealed
public static class GridExtensions
type GridExtensions = class
Public Module GridExtensions
Inheritance
GridExtensions

Methods

Add(Grid, IView, Int32, Int32)

Adds an IView to the Grid at the specified column and row with a row span of 1 and a column span of 1.

Add(Grid, IView, Int32, Int32, Int32, Int32)
Obsolete.

Adds an IView to the Grid at the specified row and column spans.

AddWithSpan(Grid, IView, Int32, Int32, Int32, Int32)

Adds an IView to the the Grid at the specified row and column with the specified row and column spans.

Applies to