Show / Hide Table of Contents

Method ExtWpf.AddChild


Overload

Adds a child element in specified row/column.

public static void AddChild(this Grid g, UIElement e, int row, int column, int rowSpan = 1, int columnSpan = 1)
Parameters
g  (Grid)
e  (UIElement)
row  (int)
column  (int)
rowSpan  (int)
columnSpan  (int)