Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6193963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T03:12:48+00:00 2026-05-24T03:12:48+00:00

As a bit of background – Windows has a facility for Touch/TabletPCs whereby it

  • 0

As a bit of background – Windows has a facility for Touch/TabletPCs whereby it shifts the position of popups/menus depending on your “handedness” (to prevent the menu appearing under your hand).

Essentially what this does is if you are set to “right handed” (which it seems to default to once you’ve connected a touch device), every popup you open is artificially kicked to the left – this causes massive layout issues where we try and line up a popup with the item it “popped up from” :

Tablet PC Settings set to Left handed – no artificial correction from Windows
Tablet PC Settings set to Left handed - no artificial correction from Windows

Tablet PC Settings set to Right handed – Windows artificially adjusts our positioning
Tablet PC Settings set to Right handed - Windows artificially adjusts our positioning

We can detect what this setting is set to with SystemParameters.MenuDropAlignment, and for trivial popups we can adjust this using the actual width of the popup – but for dynamic popups and when we throw right to left support into the mix, this just doesn’t work.

Currently it’s looking more likely that we are going to have to go through every popup, manually work out a value to adjust the kick, and add something like this to every one:

<MultiDataTrigger>
    <MultiDataTrigger.Conditions>
        <Condition Binding="{Binding Source={x:Static SystemParameters.MenuDropAlignment}}" Value="True"/>
        <Condition Binding="{Binding RelativeSource={RelativeSource Mode=Self}, Path=FlowDirection}" Value="RightToLeft"/>
    </MultiDataTrigger.Conditions>
    <MultiDataTrigger.Setters>
        <Setter Property="HorizontalOffset" Value="-50"/> <!-- Set to arbitrary value to test -->
    </MultiDataTrigger.Setters>
</MultiDataTrigger>

So.. back to the question 🙂 Does anyone know of a way to stop a WPF popup looking at this setting at all?

For those that don’t have a touch device you can access the Tablet PC settings by running:

C:\Windows\explorer.exe shell:::{80F3F1D5-FECA-45F3-BC32-752C152E456E}

And see the mess it makes for yourself 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T03:12:49+00:00Added an answer on May 24, 2026 at 3:12 am

    It would appear this just isn’t possible, so we are resorting to the MultiDataTrigger in the question to compensate.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A bit of background. My company has produced an application that takes a SQL
A bit of background first: I am using base code from a remote SVN
First a bit of background. I have been working on the MS platform for
For a bit of background to know what i am doing: using hit highlighter
For a bit of background, I'm writing a meter reading application in C for
Let me start off with a bit of background. This morning one of our
First off, there's a bit of background to this issue available on my blog:
A bit of background information: Inorder to read/write to SLE4442 memory cards, my app
First a bit of background: I have a WPF application, which is a GUI-front-end
I need to outline a little bit of background info for context. Please bear

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.