개발 노트

C# 데이터그리드뷰 focus 맞추기 본문

프로그래밍/C#

C# 데이터그리드뷰 focus 맞추기

알 수 없는 사용자 2022. 3. 4. 13:26

데이터그리드뷰 뿌려준후에 맨처음 위치로 가기위해서 focus 맞추기

dataGridViewMessage.CurrentCell = dataGridViewMessage.Rows[0].Cells[0];

 

참고링크

https://aromacrony.tistory.com/157

'프로그래밍 > C#' 카테고리의 다른 글

C# 폴더열기  (0) 2022.03.04
데이터그리드뷰 특정값 열 색상채우기  (0) 2022.03.04
C# Delegate  (0) 2022.03.04
데이터그리드뷰 서스펜드레이아웃, 더블버퍼링  (0) 2022.03.04
C#  (0) 2022.03.03