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 8284971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T11:18:17+00:00 2026-06-08T11:18:17+00:00

Is it possible to show a floating "infobox" when you press a push pin

  • 0

Is it possible to show a floating "infobox" when you press a push pin using "Bing Maps Windows Presentation Foundation (WPF) Control, Version 1.0"?

I can create push pins and I can detect when they are clicked, but I don’t have any idea how to show a floating window. It sounds like I can use a InfoBox, but I don’t have this…is this only available in Silverlight?

It is using Visual Studio 2010 for a WPF application.

  • 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-06-08T11:18:19+00:00Added an answer on June 8, 2026 at 11:18 am

    You can use Canvas & Thumb:

    <Window
            xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
            xmlns:maps="clr-namespace:Microsoft.Maps.MapControl.WPF;assembly=Microsoft.Maps.MapControl.WPF" 
            x:Class="WpfApplication15.MainWindow">
        <Grid>
            <maps:Map/>
            <Canvas>
                <Grid Name="grid"
                      Canvas.Left="0" Canvas.Top="0"
                      Width="200" Height="100">
                    <!-- Your control begin -->
                    <Rectangle Fill="Blue"/>
                    <!-- Your control end -->
                    <Thumb Name="thumbMove">
                        <Thumb.Template>
                            <ControlTemplate>
                                <Rectangle Fill="Transparent"/>
                            </ControlTemplate>
                        </Thumb.Template>
                    </Thumb>
                </Grid>
            </Canvas>
        </Grid>
    </Window>
    
    thumbMove.DragDelta += (s, e) =>
    {
        Canvas.SetLeft(grid, Canvas.GetLeft(grid) + e.HorizontalChange);
        Canvas.SetTop(grid, Canvas.GetTop(grid) + e.VerticalChange);
    };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to show the typical iPhone maps annotation/callout bubble (MKAnnotation), on something
Is it possible to show only a part of a backgroundimage when using CSS3?
Is it possible to show ads in XNA games on Windows Phone 7? The
Is it possible to show multiple lines of text in grid cells using the
Would it be possible to show an image in full screen mode using silverlight.
Possible Duplicate: Show and hide divs at a specific time interval using jQuery I
Is it possible to show a splash screen in WPF that has animation. I
Possible Duplicate: Show modal JS dialog on any site using button I need some
is it possible to show the MFMessageComposerViewController in specified area in the main view.
Is it possible to show line numbers in the Developer Center when editing xslt

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.