Results 1 to 3 of 3

Thread: change listview column width at runtime *resolved*

  1. #1

    Thread Starter
    Hyperactive Member Colonel Klink's Avatar
    Join Date
    Aug 2002
    Location
    Gold Coast, Australia
    Posts
    329

    change listview column width at runtime *resolved*

    how would one do this?

    ive looked and cant seem to find anyhting that could help me
    Last edited by Colonel Klink; Sep 7th, 2003 at 10:41 AM.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    This will resize the first column to 20 or whatever .
    Code:
    listView1.Columns[0].Width = 20;

  3. #3

    Thread Starter
    Hyperactive Member Colonel Klink's Avatar
    Join Date
    Aug 2002
    Location
    Gold Coast, Australia
    Posts
    329
    well ill be damned... thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width