I have a C# WPF application I am building. Currently when I run it on my machine in a 1024 x 768 screen resolution environment it all fits. However when I send it to a co-worker he has a 1280 x 800 resolution and the application window runs off the bottom edge of his screen so he cant re-size it or see all of the content in the window. I am running Windows 7 and he is running Windows XP if that makes any difference. In addition in my XAML code I have the 'Height' and 'MinHeight' attributes both set to 700, so I would think it shouldn't start out taller than 700.
Any ideas are appreciated, thanks in advance.