隔行着色

pull/567/head
YFdyh000 2020-03-17 01:04:46 +08:00
parent df427d80a1
commit 5357f504d8
1 changed files with 4 additions and 0 deletions

View File

@ -240,6 +240,10 @@ namespace v2rayN.Forms
item.testResult
});
}
if (k % 2 == 1) // 隔行着色
{
lvItem.BackColor = Color.WhiteSmoke;
}
if (config.index.Equals(k))
{
//lvItem.Checked = true;