WPF tutorial - ListView sorting
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 });..
C#/WPF
2017. 7. 4. 15:04
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Grid
- Add TapGesture
- BOJ
- Custom Cell
- MVVM
- command
- CollectionView
- 코딩야학
- DP
- 스택
- 타일링
- 백준온라인
- XAML
- dfs
- Fakebook
- CustomCollectionViewCell
- 그래프
- Cell Animation
- WPF
- 생활코딩
- 문자열
- 객체
- C++
- 백준
- UIView Animation
- listview
- FEED
- 데이터 바인딩
- 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 | 29 | 30 | 31 |
글 보관함