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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T11:18:55+00:00 2026-05-28T11:18:55+00:00

Main question: I have a Form that is MDI container and placed a Splitter.

  • 0

Main question:
I have a Form that is MDI container and placed a Splitter.

I need that the final user can customize the size of this Splitter. How? By default the mouse cursor changes to VSplit but the Splitter is always locked.

Optional question:
This structure/visual layout of this program is identical to the Simatic 7. Example:

enter image description here

I’m guessing the Splitter is the better option to enable the two panels, the one on the left and the one on the bottom. Right? Or how to get the similar layout of the example?

  • 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-28T11:18:56+00:00Added an answer on May 28, 2026 at 11:18 am

    I recommend a splitContainer over a splitter. SplitContainer was to replace splitter, but they left it for compatibility. I find it quite a bit easier to use since it creates the panels for you and gives you better access to the properties you will likely want.

    It’s quite a bit easier to get to do what you intend without extra work.

    You should be able to get that layout with 2 splitcontainers. Setting one’s Orientation property to Horizontal, then placing the other splitcontainer in the top panel.

    Simplified Code Sample to display a form:

    Form1 frm = new Form1();
    frm.TopLevel = false;
    SplitContainer2.Panel2.Controls.Add(frm);
    frm.Dock = DockStyle.Fill;
    frm.Show();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Windows Form that contains a custom control container as a UserControl.
I have one main windows form and within that form I have custom controls
I have a main windows form and another form that inherits from it. The
I have a question about the 'Event Dispatch Thread'. I have a Main class
My main question is given a feature centroid, how can I draw it in
Scenario I have a C# WinForms application with a main form. I also have
I have a main form with a lot of inputs. The forms action is
I have a system that allows a person to select a form type that
Problem: I have a form with text values, and a function that must return
I have a main form, a separate plugin interface dll and another separate dll.

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.