Change listview subitem fore color


Change listview subitem fore color

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




Me.ListView1.Items



欢迎关注微信公众账号ByCAD