http://www.wpf-tutorial.com/common-interface-controls/statusbar-control/ StatusBar(상태표시줄)은 커서의 위치, 단어의 수, 진행 상황 등 다양한 정보를 표시하는데 사용됩니다. 12345678 Colored by Color Scriptercs123456 private void TxtEditor_SelectionChanged(object sender, RoutedEventArgs e) { int row = TxtEditor.GetLineIndexFromCharacterIndex(TxtEditor.CaretIndex); int col = TxtEditor.CaretIndex - TxtEditor.GetCharacterIndexFromLineIn..
http://www.wpf-tutorial.com/common-interface-controls/toolbar-control/ WPF ToolBar는 일반적으로 ToolBarTray 컨트롤 내에 배치됩니다.123456789101112131415161718192021 Colored by Color Scriptercs1234private void CommandBinding_CanExecute(object sender, CanExecuteRoutedEventArgs e) { e.CanExecute = true; }Colored by Color Scriptercs cut, copy, paste는 WPF가 자동으로 수행하지만, new, open, save과 같은 명령은 code-behind에서 항상 CanExec..
http://www.wpf-tutorial.com/common-interface-controls/contextmenu/ context menu는 종종 팝업 메뉴로 언급되어집니다. WPF는 ContextMenu 컨트롤을 제공하며, ContextProperty를 통하여 이루어집니다.ContextProperty 는 모든 컨트롤을 제어합니다.12345678910 Colored by Color Scriptercs ContextMenu with Commands and icons 이전의 menu와 같이 icon과 command 등을 삽입할 수 있습니다.1234567891011 Colored by Color Scriptercs Invoke ContextMenu from Code-behind 자동적인 방법으로, Cont..
- Total
- Today
- Yesterday
- command
- Fakebook
- XAML
- 객체
- 백준온라인
- dfs
- BOJ
- Add TapGesture
- FEED
- CollectionView
- 타일링
- 백준
- Cell Animation
- 데이터 바인딩
- CustomCollectionViewCell
- C++
- listview
- 코딩야학
- 그래프
- 생활코딩
- BFS
- MVVM
- Grid
- 문자열
- WPF
- Custom Cell
- DP
- UIView 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 |