[C#][WinForm] DataGridView EnterKey 클릭시 Next Row 이동 제어
- DataGridView에서는 EnterKey 클릭시 다음 Row로 자동으로 이동하게 되어 있음
- 따라서 다음 Row로 이동하지 않고 바로 해당 Row의 위치에서 조작하고 싶을 때 사용
'프로그래밍 > WinForm' 카테고리의 다른 글
[C#][Winform] 제너릭 list 를 구분 string 으로 변경 반환 (0) | 2016.07.04 |
---|---|
[C#][WinForm] 제너릭 list 를 CSV string으로 변경 (1) | 2016.07.04 |
c# FileSystemWatcher, 다중 watcher 처리 (0) | 2016.02.25 |
[C#] DataGridView Row Number (0) | 2016.02.25 |
[C#] delete file and directory (0) | 2016.02.25 |