We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3918b58 commit dc50bfbCopy full SHA for dc50bfb
MainDemo.Wpf/MainWindow.xaml
@@ -8,7 +8,7 @@
8
xmlns:system="clr-namespace:System;assembly=mscorlib"
9
Title="Material Design in XAML"
10
Width="1100"
11
- Height="800"
+ MaxHeight="{Binding Source={x:Static SystemParameters.MaximizedPrimaryScreenHeight}}"
12
d:DataContext="{d:DesignInstance domain:MainWindowViewModel}"
13
AutomationProperties.Name="{Binding Title, RelativeSource={RelativeSource Self}}"
14
Icon="favicon.ico"
0 commit comments