[C#]Listview column forecolor 변경 예제 //모든 하위 항목에서 해당 항목의 글꼴, 전경색 및 배경색 설정을 사용하면 true이고, 그렇지 않으면 false입니다.기본값은 true입니다. listView1.Items[0].UseItemStyleForSubItems = false; listView1.Items[0].SubItems[1].ForeColor = Color.Yellow; C# 2016.05.10