728x90 반응형 Winform1 [C#] Devexpress GridContorl(GridView) 가운데 정렬 방법 [ GridControl(GridView) - 가운데 정렬] ▶ gridView1를 클릭 한 후 [textoption] 검색 ▶ header : Appearance > HeaderPanel > TextOptions > HAlignment / VAlignment : Center 로 변경 ▶ row : Appearance > Row > TextOptions > HAlignment / VAlignment : Center 로 변경 ▶ 코드에서도 가운데 정렬 가능하다. dataTable.Columns["name"].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; 2022. 6. 20. 이전 1 다음 728x90 반응형