<Window x:Class="Visiable.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Visiable"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid>
<Grid.RowDefinitions>
<RowDefinition/> //줄정의
<RowDefinition/>
</Grid.RowDefinitions>
<StackPanel Height="75"
Background="Orange"
Grid.Row="0">
<Button Content="Collapse"
Visibility="Collapsed"></Button>
<Button Content="Button2"></Button>
</StackPanel>
</Grid>
</Window>
VIsibility 속성은 Collapsed, Hidden, Visible이 있음
'Language > C# WPF Programming' 카테고리의 다른 글
C# WPF 프로그래밍 Radio Button 이벤트 (0) | 2019.04.08 |
---|---|
C# WPF 프로그래밍 토글 버튼 이벤트 컨트롤 (1) | 2019.04.05 |
C# WPF 프로그래밍 버튼 이벤트 컨트롤 (0) | 2019.04.04 |
C# WPF 프로그래밍 Stack Panel Button 옵션 실습 (0) | 2019.03.27 |
C# WPF 프로그래밍 Border와 label 만들고 다루기 (0) | 2019.03.27 |
C# 프로그래밍 2개의 배열 선언 및 배열값 입력 받아 2개 배열 곱한 값 출력하기 (0) | 2019.03.22 |
C# 프로그래밍 배열 선언 및 배열값 입력 받아 배열 출력하기 (0) | 2019.03.15 |
C# WPF 프로그래밍을 위한 기초적인 C# 프로그래밍 기초 (0) | 2019.03.13 |
최근댓글