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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:06:39+00:00 2026-05-28T03:06:39+00:00

So I have a application window (out of browser currently) which has a resolution

  • 0

So I have a application window (out of browser currently) which has a resolution of 533×300.
Currently i’m showing the main screen in it but when the user decided to go to the menu page I want for the main screen to slide out to the top, and the menu screen to slide in from the bottom, like done on a telephone.

Since I have no idea on how to accomplish this other than that I need to use storyboards, I was hoping on some good Samaritans to point me in the proper direction.

  • 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-28T03:06:40+00:00Added an answer on May 28, 2026 at 3:06 am

    There are several ways to approach this. Have a look here and here for quick tutorial on storyboards. With your main screen as control and menu screen as control, you would have to use Translate Y transform to move your main screen up and at the same time move your menu screen up. Menu screen would have starting position of 0,300 (so it’s outside of view, just in the bottom), then with Transform you animate ‘Y’ property of Main screen from 0 to -300 and Menu screen from 300 to 0. To be honest it’s a very simple task if you can use Blend.

    [Edit]
    example: simple storyboard that targets textBlock control

        <Storyboard x:Name="MoveUpBy300Over5Seconds">
            <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.TranslateY)" Storyboard.TargetName="textBlock">
                <EasingDoubleKeyFrame KeyTime="0" Value="300"/>
                <EasingDoubleKeyFrame KeyTime="0:0:5" Value="0"/>
            </DoubleAnimationUsingKeyFrames>
        </Storyboard>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Desktop window application. I have textbox in which user give values in numbers. what
We have a Silverlight application that runs OOB (out of browser) so the user
I have a window application which uses SP classes to create a site. I
I have an application with a main window that loads in text file(s) and
We have an application that has a primary window, it can launch multiple other
I'm developing a window application in C# VS2005. I have a dataGridView in which
I have a Silverlight application that will run out of the browser. I want
Silverlight 3 allows you to run your application out of the browser , which
I have console application in c. I want to convert into window application, kindly
I have a situation where I have to detect when an application window is

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.