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
|
|
暂时没有评论
| 发表评论 - 不要忘了输入验证码哦! |
用户登陆
站点日历
站点统计
最新评论
Change listview subitem fore color [ 日期:2019-12-25 ] [ 来自: