I have set my main window state to \"Maximized\" but the problem is my application will fill the whole screen even task bar. what am i doing wrong ? I\'m using windows 2008
You can set MaxHeight property in the xaml code, like that:
MaxHeight="{x:Static SystemParameters.MaximizedPrimaryScreenHeight}"