| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
- Column
- 깃티
- toroisegit
- Re
- gitea
- Gitea 설치
- 젤리핀
- gitea설치
- c#
- Resident
- 깃티설치
- Header
- DataGridView
- unable to boot the simulator
- synology
- Capcom
- 트레이아이콘
- jellyfin
- 시놀로지깃티설치
- 깃티gpg
- theme
- Gitea GPG
- Resident Evil
- trayicon
- checkbox
- 시놀로지
- LogonUI
- DataTable
- gfd
- CmdKey
Archives
- Today
- Total
C O D I N G
DataGridView 스크롤시 열 고정, 구분자 본문
dgv.Columns[index].Frozen = true;
가장좌측에 이름이 있고 스크롤했다면 어떤건지 파악하기가 어렵지만
Frozen하면 고정되기때문에 파악이 쉬움.
dbView.Columns[index].DividerWidth = 수치;
index이전과 이후 사이의 구분자가 커져서 구분하기가 쉬워짐.
'Programming > C#' 카테고리의 다른 글
| Dictionary 탐색중 삭제하기 (0) | 2017.08.17 |
|---|---|
| 캐스팅 as, is (0) | 2017.06.30 |
| Enum에서 정한 Name을 index로 가져오기 (0) | 2016.12.22 |
| DataGridview 컬럼헤더 체크박스를 눌렀을때 Sel, DeSel하기 (0) | 2016.12.01 |
| DataGridView컬럼헤더에 Checkbox넣기 (0) | 2016.12.01 |