Page Class에는 WindowState 속성이 없다.
전체 화면을 구현하기 위해서는 Frame을 NavigationWindow로 설정하면 된다.
NavigationWindow에서 Page를 설정하는 방법은 아래와 같다.
<NavigationWindow x:Class="ARCROM.GIFMaker.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="300" Width="300" Source="MainPage.xaml" WindowState="Maximized"> </NavigationWindow> |
'.Net > WPF' 카테고리의 다른 글
DataGrid RowHeader값 Number 설정하기 (0) | 2013.03.07 |
---|---|
DataGrid 데이터 유효성에 위배되는 Row 요소 검사 (0) | 2013.03.07 |
Page GoForward,GoBack Text 바인딩 해제되는 문제해결 (0) | 2013.03.06 |
Singleton 개체에 접근하기 (0) | 2013.03.05 |
[WPF] 애니메이션을 이용한 버튼 깜빡이기 (0) | 2013.02.19 |