Controls [vb.net] DataGridView 첫 번째로 표시되는 행 스크롤 인덱스(FirstDisplayedScrollingRowI…
페이지 정보
본문
i = DataGridView1.DataSource.Rows.IndexOf(R)
DataGridView1.ClearSelection()
DataGridView1.Rows(i).Selected = True
DataGridView1.FirstDisplayedScrollingRowIndex = i
DataGridView1.Refresh()
여기서 R은 DataRow 입니다.
- 이전글[vb.net] TreeView Node(체크박스) 체크시 상위, 하위 노드 체크 적용( When checking the TreeView Node (check box), check the upper and lower nodes) 20.07.01
- 다음글[vb.net] WebDriver의 링크(href) 주소를 변경하는 방법 20.05.28
댓글목록
등록된 댓글이 없습니다.