w8 default tablet settings conflicts with WPF layout
问题 I have a WPF desktop app. I've gotten reports from W8 users that the code completion window in our app is not aligned correctly. I investigated and found out that its a setting in W8 tablet settings that conflicts with the placement of popups in wpf Default is right handed and then the code completion popup looks like this When changed to left handed the code completion popup renders correctly like this Is there a way to programmaticly force the app to use left handed settings, or ignore it