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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:00:31+00:00 2026-05-13T09:00:31+00:00

I want the ability to auto stretch the listview control column when the form

  • 0

I want the ability to auto stretch the listview control column when the form gets resized in vb.net 2008

These are the properties I am mentioning for the ListView now :

 ListView1.View = View.Details
        'ListView1.GridLines = True
        ListView1.FullRowSelect = True
        ListView1.HideSelection = False
        ListView1.MultiSelect = True


        ListView1.Columns.Add("Listing", ListView1.Width, HorizontalAlignment.Center)


        ListView1.Items.Add("tet")

I am using form_resize event but it is not giving what I want

Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Resize
        ListView1.Width = Me.Width
    End Sub

I am increasing the width of control and not columns as I wanted. I am unable to find anything else than width.

Any help?

Thanks.

  • 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-13T09:00:31+00:00Added an answer on May 13, 2026 at 9:00 am

    Firstly, you do not have to set the Form1_Resize, you can achive this using the Anchor property of the ListView.

    Set this to Top,Bottom,Left,Right

    Secondly, try using the resize event of the ListView

    Something like

    Private Sub ListView1_Resize(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListView1.Resize
        If ListView1.Columns.Count > 0 Then
            ListView1.Columns(0).Width = ListView1.Width
        End If
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a tree control and I want to give the user the ability
I want to ability to select code from my program such as dreamweaver or
I have a php table and i want the ability to delete rows of
I'm building an NSPredicateEditor , and I want the ability to do advanced date
How do I adding new aloha-button in aloha-multisplit-expanded box. (I want the ability to
I'm using CKEditor in a CMS I've built. I want use the ability to
I want to provide the ability to save some rendered data/charts (with the titles
I want to give my users the ability to choose how their public page
I want to print something like this (a 7-day calendar) but with the ability
We have a typical web-based login system. We want customers to have the ability

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.