일반
C# 데이터그리드뷰 focus 맞추기
알 수 없는 사용자
2022. 3. 4. 13:26
SMALL
데이터그리드뷰 뿌려준후에 맨처음 위치로 가기위해서 focus 맞추기
dataGridViewMessage.CurrentCell = dataGridViewMessage.Rows[0].Cells[0];
참고링크
LIST