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
- 타일링
- FEED
- DP
- 백준
- command
- 그래프
- Add TapGesture
- 문자열
- 객체
- C++
- Fakebook
- XAML
- Grid
- 백준온라인
- 스택
- MVVM
- 데이터 바인딩
- 코딩야학
- 생활코딩
- dfs
- Custom Cell
- listview
- CustomCollectionViewCell
- WPF
- BOJ
- BFS
- UIView Animation
- CollectionView
- Cell Animation
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함