点击或拖拽改变大小

ListView.InsertColumn 方法

X#
在列表视图中的特定列索引后插入一个新的 ListViewColumn 对象。

命名空间:  XSharp.VO.SDK
程序集:  XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD InsertColumn(
	oListViewColumn AS ListViewColumn,
	 nInsertAfter AS LONG
) AS LOGIC
查看代码

参数

oListViewColumn
类型:ListViewColumn
要在列表视图中插入的 ListViewColumn 对象。
nInsertAfter
类型:Int32
要在其后插入新列的位置。如果省略,新列将添加到列列表的末尾。

返回值

类型:Boolean
如果成功插入列,则为 TRUE;否则为 FALSE。
参见