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