메뉴 바로가기

서브메뉴 바로가기

본문 바로가기

logo

C# .NET 자료실

DataBase PropertyGrid Column Text

2013.08.08 14:40

WhiteAT 조회 수:9257

PropertyGrid 에서 Column Header 의 Text 변경


        this.dataGridView1.Columns[0].HeaderText = "ddd";





PropertyGrid 에서 Column Width  변경

      this.dataGridView1.Columns[0].Width = 40;

 



관련 문서가 검색되었습니다.
  1. [2014/10/07] Activity 변경 by aaaa (1828)
  2. [2014/01/17] ComboBox Text 편집 안되게 by WhiteAT (14490)
  3. [2013/01/06] byte array to string by WhiteAT (13915)
  4. [2010/10/08] 레지스트리(서브키) 추가/삭제 이벤트 by WhiteAT (18822)
  5. [2010/09/29] C# 마우스 커서 모양 by WhiteAT (23442)
  6. [2010/08/26] C#에서 PropertyGrid 사용하기 by WhiteAT (19515)
  7. [2010/06/28] TEXT 파일 읽고 쓰기 by WhiteAT (33872) *2