51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#DisplayIndex
ListView 列的 Index 值不受 DisplayIndex 影响
ListView的各个列都有个Name,比如Name为myColumn,我们可以通过myColumn.Index取列的索引值。不过要注意的是这个索引值不受DisplayIndex的影响,也就是说我们先后创建了column1、column2,但是我们通过改变DisplayIndex将column2显示在了前面。此时col...
代码星球
·
2023-04-16
ListView
列的
Index
不受
DisplayIndex
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他