ListViewItem temp = new ListViewItem("11");
listView1.Items.Add(temp);
listView1.EnsureVisible(listView1.Items.Count - 1);
마지막에 추가한 아이템에 포커스
'Programming > C#' 카테고리의 다른 글
c# 크로스 스레드 (0) | 2020.01.29 |
---|---|
c# ping test (0) | 2020.01.29 |
monodevelop Mysql (0) | 2020.01.29 |
C# ListView 선택된 아이템 가져오기 (0) | 2020.01.29 |
c# Mysql (0) | 2020.01.29 |