12345678910 : "MainWindow.xaml"이라는 Window 혹은 Page를 응용프로그램 구동 시 최초에 시작해라. Colored by Color Scriptercs 123456 StartupUri가 Startup으로 바뀌었습니다. Colored by Color Scriptercs 1234567891011121314151617181920using System;using System.Collections.Generic;using System.Windows; namespace WpfTutorialSamples{ public partial class App : Application { private void Application_Startup(object sender, StartupEventAr..
Windowhttp://www.wpf-tutorial.com/wpf-application/the-window/ window class는 window의 루트 역할을 하며 표준 테두리, 제목 표시줄, 최대화, 최소화, 딛기 버튼을 제공합니다. WPF window는 xaml file( elemnt가 루트)과 codebehind(.cs) file의 결합입니다. 1234567891011121314 Title="MainWindow" : 제목 표시줄에 "MainWindow"라고 출력해라. Height, Width : 창의 시작 너비와 높이를 설정 wpf 패널 중 하나이며, 여러 자식 control을 포함 할 수 있는 panel Colored by Color Scriptercs 1234567891011121314151..
xaml의 이벤트 http://www.wpf-tutorial.com/xaml/events-in-xaml/ 대부분 최신 UI framework는 event 중심이며, wpf도 마찬가지이다. event는 복잡한 주제이므로, wpf에서 event가 작동하는 방식을 살펴보겠습니다.하지만 지금은 어떻게 control event를 code-behind file에 link하는 지 알아야합니다.12345678 pnlMainGrid_MouseUp(method) Colored by Color ScriptercspnlMainGrid_MouseUp(method)는 code-behind에서 정의되어져야합니다. 1234private void pnlMainGrid_MouseUp(object sender, MouseButtonEve..
- Total
- Today
- Yesterday
- Grid
- 데이터 바인딩
- listview
- Custom Cell
- XAML
- 백준
- 생활코딩
- 타일링
- 백준온라인
- 그래프
- dfs
- C++
- 객체
- CollectionView
- 문자열
- Cell Animation
- 코딩야학
- MVVM
- Fakebook
- WPF
- Add TapGesture
- BOJ
- UIView Animation
- FEED
- BFS
- 스택
- DP
- command
- CustomCollectionViewCell
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |