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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T14:09:13+00:00 2026-05-20T14:09:13+00:00

Check out the following pic. This happens when you expand a folder in Mac

  • 0

Check out the following pic. This happens when you expand a folder in Mac OS X from its shortcut on the dock. I’d like to do something very similar in SL. And in case it’s difficult to understand – the dock is on the right, with the folder-speech-bubble expanding up & out to the left. The folder contents would be icons out of frame in the upper-left.

Mac OS X dock folder expansion

The best I’ve come up with is including a xaml Path that makes up the “leader” portion of the bubble and placing it directly over the border of a canvas. It looks like the following.

Silverlight speech bubble

The Path, being a separate element, doesn’t “integrate” well with the Grid and causes two issues. If you look closely you’ll see that there is a slight transparency and the Grid’s border is subtly bleeding through. Something else that will crop up, if I use a border thickness > 1, is the line-end caps between the Path border and the Grid border won’t be connected, they’ll simply overlap looking chunky and unpolished.

What I need is a solution that allows me to slide the leader up & down the speech bubble (depending upon its context) and adapts to the issues explained above. I’d be happy with ideas, examples, and down right full implementations.

  • 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-20T14:09:14+00:00Added an answer on May 20, 2026 at 2:09 pm

    You don’t have to use the Border control. Just create a Path and shove it and the controls in a Canvas tag to be grouped. Then, the Path will be something like the below:

        <Path Canvas.Left="0" Canvas.Top="0" Stroke="DarkGray" StrokeLineJoin="Round" StrokeThickness="2" Fill="Silver" Opacity="0.5">
            <Path.Data>
                <PathGeometry>
                    <PathFigure StartPoint="0,10" IsClosed="True">
                        <ArcSegment SweepDirection="Clockwise" Point="10,0" Size="10,10"/>
                        <LineSegment Point="90,0"/>
                        <ArcSegment SweepDirection="Clockwise" Point="100,10" Size="10,10"/>
                        <LineSegment Point="100,90"/>
                        <ArcSegment SweepDirection="Clockwise" Point="90,100" Size="10,10"/>
                        <LineSegment Point="10,100"/>
                        <ArcSegment SweepDirection="Clockwise" Point="0,90" Size="10,10"/>
                        <LineSegment x:Name="BottomOfCallOut" Point="0,70"/>
                        <LineSegment Point="-40,50"/>
                        <LineSegment x:Name="TopOfCallOut" Point="0,30"/>
                    </PathFigure>
                </PathGeometry>
            </Path.Data>
        </Path>
    

    Then just use PointAnimation to move both TopOfCallOut and BottomOfCallOut along the Y-axis. In this example, I’ve made the base of the callout 40 points, so if you move TopOfCallOut from 0,30 to 0,10, just make sure you also put BottomOfCallOut to 0,50.

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

Sidebar

Related Questions

First check out this code. I seems like it should work for me, but
Check out this test: [TestFixture] public class Quick_test { [Test] public void Test() {
Update: Check out this follow-up question: Gem Update on Windows - is it broken?
How do i check out a specific directory from CVS and omit the tree
I want to check out all files in all subdirectories of a specified folder.
I was trying to check out a project from SVN using Eclipse. I tried
We're looking at moving from a check-out/edit/check-in style of version control system to Subversion,
Check out the following code (written just for fun) namespace N { template<typename T>
Check out the following example. It shows that searching within a unicode string (nvarchar)
Check out the following code: private void Foo(object bar) { Type type = bar.GetType();

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.