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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T23:37:13+00:00 2026-05-10T23:37:13+00:00

I have the following XAML code, which displays a picture (image inside borders) and

  • 0

I have the following XAML code, which displays a picture (image inside borders) and a logo. Right now, the logo appears below the picture. This is expected, however my goal is to have the logo on top of the picture (precisely at the bottom-right corner). Does someone has an idea how to do that? Do we have layers in WPF?

Note: I absolutely need to keep the WrapPanel.

<WrapPanel>     <Border BorderBrush='Gray' BorderThickness='1' Margin='3'>         <Border BorderBrush='White' BorderThickness='3'>             <Border BorderBrush='LightGray' BorderThickness='0.5'>                 <Image Source='http://farm1.static.flickr.com/2/1703693_687c42c89f_s.jpg' Stretch='Uniform' />             </Border>         </Border>     </Border>     <Image Source='http://l.yimg.com/g/images/flickr_logo_gamma.gif.v59899.14' Height='10' /> </WrapPanel> 
  • 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. 2026-05-10T23:37:13+00:00Added an answer on May 10, 2026 at 11:37 pm

    You should be able to do something along the lines of:

    <WrapPanel>     <Grid>         <Border BorderBrush='Gray' BorderThickness='1' Margin='3'>             <Border BorderBrush='White' BorderThickness='3'>                 <Border BorderBrush='LightGray' BorderThickness='0.5'>                     <Image Source='http://farm1.static.flickr.com/2/1703693_687c42c89f_s.jpg' Stretch='Uniform' />                 </Border>             </Border>         </Border>         <Image Margin='5' HorizontalAlignment='Right' VerticalAlignment='Bottom' Source='http://l.yimg.com/g/images/flickr_logo_gamma.gif.v59899.14' Height='10' />     </Grid> </WrapPanel> 

    By not specifying any rows or columns our grid places the 2 items in row 0 column 0 and stacks them on top of each other. The second image has Horizontal and Vertical alignment set to make it appear in the bottom right, and I’ve added a margin to the 2nd image to bump it up a bit, otherwise it sits on the border which I assume is not what you wanted?

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

Sidebar

Ask A Question

Stats

  • Questions 65k
  • Answers 65k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer A good way to do it would be to float… May 11, 2026 at 11:03 am
  • added an answer One option is to just PInvoke directly into the sndSound… May 11, 2026 at 11:03 am
  • added an answer What you can do is create a temporary column in… May 11, 2026 at 11:03 am

Related Questions

I have the following XAML code, which displays a picture (image inside borders) and
I have the following XAML: <TextBlock Text={Binding ElementName=EditListBox, Path=SelectedItems.Count} Margin=0,0,5,0/> <TextBlock Text=items selected> <TextBlock.Style>
Let's pretend I have the following xaml... <UserControl.Resources> <local:ViewModel x:Name=viewModel /> <local:LoadChildrenValueConverter x:Name=valueConverter />
I have the following tables in my database that have a many-to-many relationship, which
I have the following web config file. I am having some difficulty in retrieving
I have the following script. It replaces all instances of @lookFor with @replaceWith in
I have the following code in a web.config file of the default IIS site.
I have the following situation: I built an Access form with a subform (which
I have the following code: $bind = new COM(LDAP://CN=GroupName,OU=Groups,OU=Division,DC=company,DC=local); When I execute it from
I have the following code snippet. $items['A'] = Test; $items['B'] = Test; $items['C'] =

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.