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 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
  • 3 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

Related Questions

I have the following XAML code: <ListBox ItemsSource={Binding Languages}> <ListBox.ItemTemplate> <DataTemplate> <StackPanel> <Image Source={Binding
Hi I have following XAML code which is the output from XamlWriter.Save(): <StackPanel Name=itemStack
I am NEW to WPF. I have the following XAML code: </Window> ... <Canvas>
I have the following code: <Window x:Class=kkk.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> <Window.Resources> <Style
I have the following xaml for changing the image for WPF button when mouse
I have the following XAML, which works fine in WPF, but not in Silverlight
I have the following piece of XAML that add an image in a Button.
I have the following XAML code as part of a custom control: <telerik:RadTreeView x:Name=treeModules>
What is c# code equivalent of following XAML, where I have a RichTextBox and
I have the following window, which displays a listview. I defined a style for

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.