Method ExtWpf.RemoveRow(+ 1 overload)
Overload
Removes row and adjusts row indices of children that are in other rows.
public static void RemoveRow(this Grid t, int index, bool removeChildren)
Parameters
Overload(top)
Removes a child element and its row from this grid. Adjusts row indices of children that are in other rows.
public static void RemoveRow(this Grid t, UIElement e, bool removeOtherElements)