Method ExtWpf.InsertColumn
Overload
Inserts column and adjusts column indices of children that are in other columns.
public static void InsertColumn(this Grid t, int index, ColumnDefinition d)
Parameters
| t (Grid) |
| index (int) |
| d (ColumnDefinition) |
Inserts column and adjusts column indices of children that are in other columns.
public static void InsertColumn(this Grid t, int index, ColumnDefinition d)
| t (Grid) |
| index (int) |
| d (ColumnDefinition) |