Method ExtWpf.InsertRow
Overload
Inserts row and adjusts row indices of children that are in other rows.
public static void InsertRow(this Grid t, int index, RowDefinition d)
Parameters
t (Grid) |
index (int) |
d (RowDefinition) |
Inserts row and adjusts row indices of children that are in other rows.
public static void InsertRow(this Grid t, int index, RowDefinition d)
t (Grid) |
index (int) |
d (RowDefinition) |