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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:04:46+00:00 2026-05-27T11:04:46+00:00

I want to design one simple form with Microsoft Visual Studio, I have one

  • 0

I want to design one simple form with Microsoft Visual Studio, I have one DataGridView and one ListView. When I resize the main form, I want the components to resize related to the size of main form and size of each other.

I use the anchor property but it didn’t work as I expected, I want controllers to remain side by side in all situations.

As you can see in the 2 images below, when I maximize the window there is a gap between Datagridview and ListView. How can I fix this?

Image showing the appropriate layout
Image showing the gap that appears as the window is resized

  • 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-27T11:04:47+00:00Added an answer on May 27, 2026 at 11:04 am

    You need to set the Anchor of your grid to

    //control to the left, this will expand and take most space
    listview.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right
    
    //control to the right, this will keep it's size 
    grid.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right
    

    Now if you want them to have always the same size;
    add a TableLayoutPanel with 2 columns set to 50%, and add your listview and grid to it. (The TableLayoutPanelshould be anchored so it expands)

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

Sidebar

Related Questions

I want to implement singleten design pattern in iphone code I have one array.
Hi I have to design a Windows Form which has a simple textbox. The
We want to design a simple domain specific language for writing test scripts to
I just want to design this very simple website. Basically there are multiple pages
Alright, I have a fairly simple design. class Update(models.Model): pub_date = models.DateField() title =
Simple question: I have a button field in my gridview, and I want to
I have a simple design for my lists, with simple images, like : <div
I'm trying to implement what I think is a fairly simple design. I have
I have a simple input form that consists of a single textbox and an
I'm using a wordpress plugin for advanced form design/logic/processing, and one of it's (biggest)

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.