JSON ListView : http://susemi99.kr/1651 준비 : [프로젝트명] 우클릭 - [Nuget 패키지관리] 클릭 -"Newtonsoft.Json" 다운로드http://www.gamedevforever.com/255 에서 제공해 준 dll을 참조 App.xaml123456789 Colored by Color ScriptercsApp.xaml.cs 12345678910111213141516171819using MVVM_Json_ListView.View;using MVVM_Json_ListView.ViewModel; namespace MVVM_Json_ListView{ /// /// App.xaml에 대한 상호 작용 논리 /// public partial class App : Appli..
http://www.wpf-tutorial.com/listview-control/listview-sorting/ 12345678910 Colored by Color Scriptercs123456789101112131415161718192021222324252627using System.ComponentModel; public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); List items = new List(); items.Add(new User() { Name = "John Doe", Age = 42 }); items.Add(new User() { Name = "Jane Doe", Age = 39 });..
http://www.wpf-tutorial.com/listview-control/listview-grouping/ 1234567891011121314151617181920 Colored by Color Scriptercs12345678910111213141516171819202122232425262728293031public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); List items = new List(); items.Add(new User() { Name = "John Doe", Age = 42, Sex = SexType.Male }); items.Add(new User() { Name = "Jan..
http://www.wpf-tutorial.com/listview-control/listview-gridview-left-aligned-column-names/ GridViewColumn에서 GridView의 Header를 수정할 수 있는 방법이 없습니다.대신, ListView.Resources를 수정하여 Header의 위치 등을 변경할 수 있습니다.12345 Colored by Color Scriptercs Local or Global style 위와 같이 control 내에서만 Resource를 수정하면 해당 ListView에서만 style이 적용됩니다.아래의 경우 전체적인 ListView의 style이 변경되게 하는 코드입니다.12345 Colored by Color Scriptercs
http://www.wpf-tutorial.com/listview-control/listview-with-gridview/ ListBox와 ListView의 가장 큰 차이점은 GridView의 사용입니다.1234567891011 Colored by Color Scriptercs1234567891011121314151617181920public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); List items = new List(); items.Add(new User() { Name = "John Doe", Age = 42, Mail = "john@doe-family.com" }); items.Add(new ..
http://www.wpf-tutorial.com/listview-control/simple-listview/ WPF ListView control은 ListBox control을 직접적으로 상속받기 때문에 매우 비슷하게 보입니다.1234567891011 A ListView with several items Colored by Color Scriptercs ListViewItem은 ContentControl 클래스에서 파생되므로 custom하게 할 수 있습니다.
- Total
- Today
- Yesterday
- Cell Animation
- 코딩야학
- 객체
- C++
- 그래프
- command
- Add TapGesture
- BOJ
- WPF
- 데이터 바인딩
- 백준온라인
- UIView Animation
- 백준
- CustomCollectionViewCell
- CollectionView
- Custom Cell
- DP
- XAML
- Grid
- 생활코딩
- Fakebook
- 문자열
- FEED
- MVVM
- dfs
- 스택
- listview
- BFS
- 타일링
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |