remove_column


Description:

[ Version ( since = "3.10" ) ]
public void remove_column (int position)

Removes a column from the grid.

Children that are placed in this column are removed, spanning children that overlap this column have their width reduced by one, and children after the column are moved to the left.

Parameters:

this

a Grid

position

the position of the column to remove