Name
Listview.RemoveColumn -- remove column (V2.0)
Synopsis
moai.DoMethod(id, "RemoveColumn", pos)
Function
Remove the column at index pos from the listview. pos can be an absolute index position starting from 0 for the first column or one of the following special values:

First
Remove first column.

Last
Remove last column.

Note that Listview.RemoveColumn is only supported if the listview is in Listview or Dataview mode. See Listview.ForceMode for details.

Inputs
id
id of the listview object
pos
remove position as absolute index or special value (see above)

Show TOC