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