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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:36:08+00:00 2026-05-22T18:36:08+00:00

Is it possible to make the silverlight combo-box drop up i.e. display the popup

  • 0

Is it possible to make the silverlight combo-box “drop up” i.e. display the popup above the combo-box instead of bellow as per default?

  • 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-22T18:36:09+00:00Added an answer on May 22, 2026 at 6:36 pm

    The first step is to define your own ComboBox Template, that contains the definition of the Popup. Edit a copy using Blend for example.

    However, placing that Popup above is not an easy task as Silverlight Popups have no Placementor PlacementTarget properties like in WPF that would allow to display it above.

    Luckily Kent Boogaart wrote an Attached Behavior that adds this capability and it is used like this:

    <Popup b:PopupPlacement.PlacementTarget="{Binding ElementName=ContentPresenterBorder}">
        <b:Popup.PreferredOrientations>
            <b:PopupOrientationCollection>
                <b:PopupOrientation Placement="Top" HorizontalAlignment="Center"/>
                <b:PopupOrientation Placement="Bottom" HorizontalAlignment="Center"/>
                <b:PopupOrientation Placement="Right" VerticalAlignment="Center"/>
                <b:PopupOrientation Placement="Right" VerticalAlignment="TopCenter"/>
            </b:PopupOrientationCollection>
        </b:Popup.PreferredOrientations>
    
        <!--Popup content with the ItemPresenter-->
    </Popup>
    

    Where ContentPresenterBorder is the name of the container that holds the ToggleButton of the ComboBox.

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

Sidebar

Related Questions

When specifying a fallback font in Silverlight, is it possible to pair it with
Possible Duplicate: WPF Applications: Visual Studio vs. Expression Blend I was starting to learn
Using Silverlight 4 & WPF 4, I'm trying to create a button style that
We have a Silverlight Prism project with complex state information stored in the browser
I have a Silverlight app that is using the MVVM pattern. I have a
I'm trying to make visual states available in the ViewModel as some sort of
I'm porting my application from WPF to Silverlight. The biggest problem is that my
Hi I'm trying to get rid of the annoying About Silverlight context menu that
I want to make a similar application to Skype, and the main problem is
Can someone please point me to a working example of how I'm supposed to

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.