http://www.wpf-tutorial.com/listview-control/listview-data-binding-item-template/ 123 Colored by Color Scriptercs123456789101112131415161718192021public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); InitializeComponent(); List items = new List(); items.Add(new User() { Name = "John Doe", Age = 42 }); items.Add(new User() { Name = "Jane Doe", Age = 39 }); items...
C#/WPF
2017. 7. 3. 23:06
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 데이터 바인딩
- MVVM
- 객체
- listview
- 스택
- C++
- 생활코딩
- command
- 타일링
- 그래프
- FEED
- Cell Animation
- BOJ
- 문자열
- 백준
- 백준온라인
- XAML
- Add TapGesture
- dfs
- UIView Animation
- Custom Cell
- WPF
- CustomCollectionViewCell
- BFS
- Fakebook
- 코딩야학
- CollectionView
- Grid
- DP
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함