728x90
반응형
728x170
using System.Windows.Controls;
using System.Windows.Data;
...
GridViewColumn gridViewColumn = new GridViewColumn();
...
gridViewColumn.DisplayMemberBinding = new Binding("속성");
728x90
반응형
그리드형(광고전용)
'C# > WPF' 카테고리의 다른 글
[C#/WPF] Binding 클래스 : 바인딩 설정하기 (0) | 2014.02.21 |
---|---|
[C#/WPF] RenderTargetBitmap 클래스 : Render 메소드를 사용해 FrameworkElement 객체에서 비트맵 구하기 (0) | 2014.02.21 |
[C#/WPF] BitmapSource 클래스 : TIFF 파일 저장하기 (0) | 2014.02.21 |
[C#/WPF] BitmapSource 클래스 : PNG 파일 저장하기 (0) | 2014.02.21 |
[C#/WPF] 픽셀 스냅(Pixel Snap) 사용하기 (0) | 2014.02.21 |
[C#/WPF] Window 클래스 : 윈도우 객체 핸들 구하기 (0) | 2014.02.21 |
[C#/WPF] Window 클래스 : 시스템 메뉴 숨기기 (0) | 2014.02.21 |
[C#/WPF] Dispatcher 클래스 : Invoke 메소드를 사용해 크로스 스레드(Cross Thread) 처리하기 (0) | 2014.02.21 |
[C#/WPF] ASCII ART 문자열 구하기 (0) | 2014.02.21 |
[C#/WPF] SolidColorBrush 클래스 : 디폴트 시스템 색상 오버라이딩 하기 (0) | 2014.02.20 |
댓글을 달아 주세요