티스토리 뷰
http://www.wpf-tutorial.com/panels/wrappanel/
밑의 예제는 우측으로 버튼을 나열한 것입니다. 출력결과에서는 더이상의 공간이 없기 때문에, Test button 5와 Test button 6이 다음 줄에서 부터 시작하게 됩니다.
또한, 수평 방향에서는 하위 컨트롤 중 height이 가장 높은 컨트롤을 기준으로 height이 지정됩니다.(단, 컨트롤에 직접 height을 부여하지 않을 시)
이때, 창사이즈를 우측으로 늘이면 Test button 5, 6은 button 4의 오른편에 위치하게 됩니다.
1 2 3 4 5 6 7 8 | <WrapPanel> <Button >Test button 1</Button> <Button Height="60">Test button 2</Button> <Button>Test button 3</Button> <Button Height="40">Test button 4</Button> <Button>Test button 5</Button> <Button>Test button 6</Button> </WrapPanel> | cs |
1 | <WrapPanel Orientation="Vertical"> | cs |
WrapPanel의 속성을 Vertical로 지정하게 되면, 컨트롤들이 수직으로 나열됩니다.
수직 방향의 경우, width에 영향을 받습니다. (height의 영향은 받지 않습니다.)
'C# > WPF' 카테고리의 다른 글
WPF tutorial - The DockPanel (0) | 2017.06.22 |
---|---|
WPF tutorial - The StackPanel (0) | 2017.06.22 |
WPF tutorial - The Canvas (0) | 2017.06.22 |
WPF tutorial - Introduction to WPF panels (0) | 2017.06.22 |
WPF tutorial - WPF text rendering (0) | 2017.06.22 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- listview
- MVVM
- Add TapGesture
- Custom Cell
- 데이터 바인딩
- UIView Animation
- Fakebook
- WPF
- XAML
- dfs
- CollectionView
- 코딩야학
- command
- 객체
- 백준온라인
- FEED
- 스택
- Grid
- 백준
- 문자열
- Cell Animation
- CustomCollectionViewCell
- DP
- 그래프
- 타일링
- 생활코딩
- C++
- BOJ
- BFS
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함