My problem is as follows:
I design my WPF application in Visual Studio 2010 on Windows 8. I know that the application is only going to be used in Windows XP classic mode.
What I'm seeing in the design view of Visual Studio doesn't match my eventual results on Windows XP. The font is a tad different and therefore some textboxes end up too small or too big.
Is there any way to force Visual Studio's design view to use Windows XP's classic theme instead of the one from my current OS or the most modern one it is able to use?
I've tried the following:
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/PresentationFramework.Classic;component/themes/classic.xaml" />
</ResourceDictionary.MergedDictionaries>
No luck however.