Inserts a new column specified by text, width and format
into the index of column, which is started from 0.
format means 0 for left-padded, 1 for right-padded, 2 for centred.
Set imagelist for displaying icons of items. imagelist must be
a kind of SWin::Imagelist. itype specifies the type of Imagelist.
itype : 0 for normal icon, 1 for small icon (,2 for state icon).
Inserts a new item into the index of index.texts is an array of
String which means [item_text, subitem_text, subitem2_text,...].
lparam is a 32bit value concerned with the item.
textsize is the limit length of the item texts.
fired when the item state is changed. This also means that this is fired after changing selected items.
idx is the index of the item and state is the new state.