티스토리 뷰
http://www.wpf-tutorial.com/listview-control/simple-listview/
WPF ListView control은 ListBox control을 직접적으로 상속받기 때문에 매우 비슷하게 보입니다.
1 2 3 4 5 6 7 8 9 10 11 | <Grid> <ListView Margin="10"> <ListViewItem> <TextBlock Foreground="Red" FontWeight="Bold"> A ListView </TextBlock> </ListViewItem> <ListViewItem IsSelected="True">with several</ListViewItem> <ListViewItem>items</ListViewItem> </ListView> </Grid> | cs |
ListViewItem은 ContentControl 클래스에서 파생되므로 custom하게 할 수 있습니다.
'C# > WPF' 카테고리의 다른 글
WPF tutorial - ListView with a GridView (0) | 2017.07.03 |
---|---|
WPF tutorial - ListView, data binding and ItemTemplate (0) | 2017.07.03 |
WPF tutorial - The ComboBox control (0) | 2017.07.03 |
WPF tutorial - The ListBox control (0) | 2017.07.03 |
WPF tutorial - The ItemsControl (1) | 2017.07.02 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- BOJ
- Add TapGesture
- 문자열
- MVVM
- dfs
- command
- UIView Animation
- BFS
- 생활코딩
- CollectionView
- XAML
- 백준온라인
- WPF
- Custom Cell
- 타일링
- listview
- C++
- 그래프
- 백준
- FEED
- 객체
- Fakebook
- DP
- Cell Animation
- 코딩야학
- CustomCollectionViewCell
- 데이터 바인딩
- Grid
- 스택
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함