https://stackoverflow.com/questions/2059 ... tview-subitem-fore-color
You must set the UseItemStyleForSubItems property of each ListViewItem to False.
程序代码: |
For i As Integer = 0 To (Me.ListView1.Items.Count - 1)
Me.ListView1.Items(i).UseItemStyleForSubItems = False
Next
|
暂时没有评论
发表评论 - 不要忘了输入验证码哦! |