//获取第一列 c=winform.listview.getColumn(,1) //fmt格式化为居中 c.fmt=0x2/*_LVCFMT_CENTER*/ //重新设定这一列 winform.listview.setColumn(c,1)