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

The Archive Base Latest Questions

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

I am trying to overlap panels so that whenever I click a button A

  • 0

I am trying to overlap panels so that whenever I click a button A certain panel will be visible.

However doing this job is very tricky as because the panels doesn’t overlap.

for ex. I have panel 1 and panel 2:

I make panel 2 the same as panel 1,
Whenever I position them on the same position…
Sometimes, the panel 2 becomes a member of panel 1 and whenever I set the visibility of panel 1 to true panel 2 also shows up.

What I want is that the two panels to overlap each other.

“Btw, I’m making a vertical tab that’s why I thought that hiding, unhiding the panels might be my best approach.

Is it possible to make the panels overlap each other?

  • 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-25T13:37:10+00:00Added an answer on May 25, 2026 at 1:37 pm

    The designer is fighting you do get them overlapped. You need to use a little trick to stop the bottom panel from sucking up the overlapping panel. Put it overlapping panel somewhat off towards the upper-left so they are truly overlapped. Then put it in the right spot by adding code to the form constructor:

        public Form1() {
            InitializeComponent();
            panel2.Location = panel1.Location;
            panel2.Size = panel1.Size;  // optional
        }
    

    Another way to do it is with View + Other Windows + Document Layout. You can drag and drop the inner panel to the outer container (form). You will however have to edit the Location property by hand.

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

Sidebar

Related Questions

Trying to work out if there's a nice way of doing this, preferably in
I am trying to create two <div> 's that overlap. The only problem is
I am trying to create a dynamic image that will be created from PHP
Trying to find the best way of create an overlap/overlay layer to fill the
I'm trying to make two transparent images (having the same size/dimension) overlap within a
I am trying to replicate the text overlay effect that occurs when you mouse
Trying to get my css / C# functions to look like this: body {
I am trying to implement this JqueryGallery to my website( big gray box ).
I'm trying to add a control(Label) inside of a panel. Please see the code:
I'm trying to detect overlap between elements on my canvas. The attempt is 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.