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

  • SEARCH
  • Home
  • 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 7035447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:18:19+00:00 2026-05-28T01:18:19+00:00

I have set up a simple control with three rectangles, each of which has

  • 0

I have set up a simple control with three rectangles, each of which has a popup attached to it. Initially all three popups are set to open (IsOpen=True), and all three have the StaysOpen flag set to false. The XAML for this is posted below.

From the MSDN documentation on StaysOpen, I gather that when it is false, clicking the mouse outside of the popup should close the popup. What I am finding is that if I click the mouse completely outside the application, then all three popups close correctly. However, if I click within the WPF window itself then only the top popup closes. The other two remain visible.

Does anybody know what is happening here, and what I can do to ensure that all three popups close as expected?

<Window x:Class="MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow" Height="350" Width="525">
    <Grid>
        <Grid.RowDefinitions>
            <RowDefinition Height="*"/>
            <RowDefinition Height="30"/>
            <RowDefinition Height="*"/>
            <RowDefinition Height="30"/>
            <RowDefinition Height="*"/>
        </Grid.RowDefinitions>
        <Rectangle x:Name="Rect1" Fill="DarkBlue"/>
        <Rectangle x:Name="Rect2" Fill="Orange" Grid.Row="2"/>
        <Rectangle x:Name="Rect3" Fill="DarkRed" Grid.Row="4"/>
        <Popup PlacementTarget="{Binding ElementName=Rect1}" Placement="Right" IsOpen="True" StaysOpen="False">
            <Border BorderBrush="Black" BorderThickness="2" Background="Wheat" Width="200" Height="100">
                <TextBlock>Popup 1</TextBlock>
            </Border>
        </Popup>
        <Popup PlacementTarget="{Binding ElementName=Rect2}" Placement="Right" IsOpen="True" StaysOpen="False">
            <Border BorderBrush="Black" BorderThickness="2" Background="Wheat" Width="200" Height="100">
                <TextBlock>Popup 2</TextBlock>
            </Border>
        </Popup>
        <Popup PlacementTarget="{Binding ElementName=Rect3}" Placement="Right" IsOpen="True" StaysOpen="False">
            <Border BorderBrush="Black" BorderThickness="2" Background="Wheat" Width="200" Height="100">
                <TextBlock>Popup 3</TextBlock>
            </Border>
        </Popup>
    </Grid>
</Window>
  • 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-28T01:18:20+00:00Added an answer on May 28, 2026 at 1:18 am

    The MSDN says “When StaysOpen is false, the Popup control intercepts all mouse and keyboard events to determine when one of these events occurs outside the Popup control.”

    I think only one popup can do this (by mouse capture) at a time, so your approach won’t work. I don’t know if it is generally a good idea to have more than one open popup on the same parent.

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

Sidebar

Related Questions

I have simple SL user control. A listbox which shows all customers and on
I have a fairly simple set of functionality for which I have multiple implementations,
I have a Silverlight control which has a ListBox showing a series of email
I have a simple user control, which is essentially just an AutoCompleteBox with some
I have a small (500kb) swing applet that displays very simple/limited set of small
I have a very simple .htaccess file set up to redirect a 404 to
I have a simple on my page with the opacity being set to 0.5.
I have a simple website with a master-page. To set properties to elements on
Right so I have a simple app that consists of a calendar a Set
Here's my scenario: I have a simple stored procedure that removes a specific set

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.