http://www.wpf-tutorial.com/listview-control/simple-listview/ WPF ListView control은 ListBox control을 직접적으로 상속받기 때문에 매우 비슷하게 보입니다.1234567891011 A ListView with several items Colored by Color Scriptercs ListViewItem은 ContentControl 클래스에서 파생되므로 custom하게 할 수 있습니다.
http://www.wpf-tutorial.com/list-controls/combobox-control/ 123456789 itme 1 item 2 item 3 Colored by Color Scriptercs ComboBoxItem은 StackPanel 등을 사용하여 image나 Text를 넣을 수 있습니다. Data Binding the ComboBox123456789101112 Colored by Color Scriptercs12345public MainWindow() { InitializeComponent(); cmbColors.ItemsSource = typeof(Colors).GetProperties(); }Colored by Color Scriptercs IsEditable 1csIsEdi..
http://www.wpf-tutorial.com/list-controls/listbox-control/ 초기에 써놓은 게 날아갔습니다.. 다시 작성하기 귀차나아 ~.~ 중요 요점만 적으면 ListBox는 ItemsContorl과 다르게 선택항목을 다룬다! Data binding the ListBox 12345678910111213141516 Colored by Color Scriptercs 123456789101112131415161718192021public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); List items = new List(); items.Add(new TodoItem() { Titl..
- Total
- Today
- Yesterday
- Fakebook
- 코딩야학
- FEED
- Custom Cell
- 생활코딩
- Grid
- BOJ
- WPF
- 문자열
- CollectionView
- BFS
- Cell Animation
- MVVM
- 백준온라인
- 객체
- UIView Animation
- command
- 타일링
- C++
- DP
- 데이터 바인딩
- CustomCollectionViewCell
- XAML
- 백준
- 스택
- Add TapGesture
- listview
- dfs
- 그래프
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |